We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5518bf7 commit 3f053edCopy full SHA for 3f053ed
src/wifiServer.cpp
@@ -37,6 +37,7 @@ void OMwifiserver::begin()
37
if(OMConfiguration::connectToNetworkIfAvailable)
38
{
39
WiFi.mode(WIFI_AP_STA);
40
+ WiFi.persistent(false);
41
WiFi.begin(OMConfiguration::availableNetworkAppSsid, OMConfiguration::availableNetworkAppPasswd);
42
OMwifiserver::wifiIsOn = true;
43
#ifdef DEBUG
0 commit comments