debug: test AP STA mode without reconnect logic
This commit is contained in:
@@ -4113,7 +4113,7 @@ void setup() {
|
|||||||
|
|
||||||
WiFi.persistent(false);
|
WiFi.persistent(false);
|
||||||
WiFi.setSleep(false);
|
WiFi.setSleep(false);
|
||||||
WiFi.mode(WIFI_AP);
|
WiFi.mode(WIFI_AP_STA);
|
||||||
|
|
||||||
startAccessPoint();
|
startAccessPoint();
|
||||||
heapCheckpoint("after:startAccessPoint");
|
heapCheckpoint("after:startAccessPoint");
|
||||||
|
|||||||
Reference in New Issue
Block a user