We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae359cc commit b933e3dCopy full SHA for b933e3d
doc/esp8266wifi/generic-class.rst
@@ -61,6 +61,8 @@ linker).
61
62
.. code:: cpp
63
64
+ #include <ESP8266WiFi.h> // necessary to avoid a linker error
65
+
66
void setup () {
67
#ifdef WIFI_IS_OFF_AT_BOOT
68
enableWiFiAtBootTime(); // can be called from anywhere with the same effect
0 commit comments