Compare commits
No commits in common. "c3e71d4759207cda879170df63c3b618cde4d688" and "818d5843b3c8260a80fe3eba671ec22cace537c2" have entirely different histories.
c3e71d4759
...
818d5843b3
Binary file not shown.
@ -26,7 +26,7 @@ upload_speed = 921600
|
||||
|
||||
build_flags =
|
||||
!python git_rev_macro.py
|
||||
;-DWIFI_CLIENT
|
||||
-DWIFI_CLIENT
|
||||
-DREMOTE_DEBUG
|
||||
-DWIFI_SSID=${wifi_cred.wifi_ssid}
|
||||
-DWIFI_PASSWORD=${wifi_cred.wifi_password}
|
||||
|
@ -705,7 +705,7 @@ void toggleWiFiAP(boolean shutdown)
|
||||
WiFiMaintainConnectionTicker.stop();
|
||||
debugV("WiFi AP started, stopped Maintain-Timer");
|
||||
#else
|
||||
debugV("WiFi AP started");
|
||||
debugV(PSTR("WiFi AP started"));
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user