We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7c50f7 commit 75cd58fCopy full SHA for 75cd58f
libraries/ESP8266WiFi/src/enable_wifi_at_boot_time.cpp
@@ -21,7 +21,7 @@ extern "C" void __disableWiFiAtBootTime()
21
// Does (almost) nothing: WiFi is enabled by default in nonos-sdk
22
23
// ... but restores legacy WiFi credentials persistence to true at boot time
24
- // (can be still overrisden by user before setting up WiFi, like before)
+ // (can be still overridden by user before setting up WiFi, like before)
25
26
// (note: c++ ctors not called yet at this point)
27
ESP8266WiFiClass::persistent(true);
0 commit comments