Compare commits

...

2 Commits

Author SHA1 Message Date
c3e71d4759 Disabled WiFi-Client-Mode 2022-05-01 20:41:36 +02:00
3c0a7c3c59 Added BOM for PCB V 1.3 2022-05-01 20:41:16 +02:00
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -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}

View File

@ -705,7 +705,7 @@ void toggleWiFiAP(boolean shutdown)
WiFiMaintainConnectionTicker.stop();
debugV("WiFi AP started, stopped Maintain-Timer");
#else
debugV(PSTR("WiFi AP started"));
debugV("WiFi AP started");
#endif
}
}