1
0
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:
Dirk O. Kaar
2021-04-18 22:17:14 +02:00
committed by GitHub
parent b933e3d283
commit cfbbd6f22d
3 changed files with 2 additions and 3 deletions

View File

@ -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