mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-12 01:53:07 +03:00
enableWiFiAtBootTime() should be declared in ESP8266WiFi.h (#7993)
This commit is contained in:
@ -61,7 +61,7 @@ linker).
|
||||
|
||||
.. code:: cpp
|
||||
|
||||
#include <ESP8266WiFi.h> // necessary to avoid a linker error
|
||||
#include <ESP8266WiFi.h>
|
||||
|
||||
void setup () {
|
||||
#ifdef WIFI_IS_OFF_AT_BOOT
|
||||
|
Reference in New Issue
Block a user