Closed
Description
This seems to be missing, it also is not documented in the non rtos sdk docs, but it works.
PR
#4359
I do not know if we can modify user_interface.h willy nilly, so I created this issue for it to discuss.
WiFi.setAutoReconnect(true);
Serial.println(WiFi.getAutoReconnect());
WiFi.setAutoReconnect(false);
Serial.println(WiFi.getAutoReconnect());
This is useful since waitforconnectionresult does nothing if autoconnect is not true, so devs might need to know this.
Metadata
Metadata
Assignees
Labels
No labels