You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tests with ESP32 lead me to believe that wifi persistence is not being completely disabled. The connection times are completely unaffected by setting WiFi.persistence() to true ore false. setting it to false should greatly increase connection time under normal circumstances, which it does not. changing the value to true or false makes no difference in connection times using this library or not, so there must be more required to fully disable it.
The text was updated successfully, but these errors were encountered:
Tests with ESP32 lead me to believe that wifi persistence is not being completely disabled. The connection times are completely unaffected by setting WiFi.persistence() to true ore false. setting it to false should greatly increase connection time under normal circumstances, which it does not. changing the value to true or false makes no difference in connection times using this library or not, so there must be more required to fully disable it.
The text was updated successfully, but these errors were encountered: