htotoo / ESP32-Portapack

An addon module for portapack to add extra features to it for more fun.
Other
83 stars 2 forks source link

Resolve wifi issues with ap+sta #5

Closed htotoo closed 8 months ago

htotoo commented 9 months ago

When ap+sta is on, and sta tries to connect, the ap disconnects. But while this happens during connect to ap, then it could go wrong too.

htotoo commented 8 months ago

Now check less if there is the AP available, and if anybody is connected to the ESP, it stops until last client disconnects.