mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-19 23:22:16 +03:00
fix minor typo (#9111)
This commit is contained in:
parent
d7c50f76aa
commit
75cd58f647
@ -21,7 +21,7 @@ extern "C" void __disableWiFiAtBootTime()
|
||||
// Does (almost) nothing: WiFi is enabled by default in nonos-sdk
|
||||
|
||||
// ... but restores legacy WiFi credentials persistence to true at boot time
|
||||
// (can be still overrisden by user before setting up WiFi, like before)
|
||||
// (can be still overridden by user before setting up WiFi, like before)
|
||||
|
||||
// (note: c++ ctors not called yet at this point)
|
||||
ESP8266WiFiClass::persistent(true);
|
||||
|
Loading…
x
Reference in New Issue
Block a user