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