We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d4ae86 commit 5656035Copy full SHA for 5656035
doc/esp8266wifi/generic-class.rst
@@ -55,6 +55,10 @@ This change is harmless with standard sketches: Calls to ``WiFi.mode()`` do
55
enable radio as usual. It also smooths current spikes at boot and decreases
56
DHCP stress.
57
58
+Known side-effects:
59
+
60
+- ``WiFi.mode()`` must be called before changing mac addresses with ``wifi_set_macaddr({SOFTAP,STATION}_IF, ...)``.
61
62
Legacy behavior can be restored by calling ``enableWiFiAtBootTime()`` from
63
anywhere in the code (it is a weak void function intended to play with the
64
linker).
0 commit comments