mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-29 05:21:37 +03:00
Experimental: add new WiFi (pseudo) modes: WIFI_SHUTDOWN & WIFI_RESUME (#6356)
* add new WiFimodes: WIFI_SHUTDOWN & WIFI_RESUME with example * restore WiFi.onWiFiModeChange()
This commit is contained in:
@ -69,6 +69,7 @@ CORE_CPP_FILES := $(addprefix $(CORE_PATH)/,\
|
||||
libb64/cdecode.cpp \
|
||||
Schedule.cpp \
|
||||
HardwareSerial.cpp \
|
||||
crc32.cpp \
|
||||
) \
|
||||
$(addprefix $(LIBRARIES_PATH)/ESP8266SdFat/src/, \
|
||||
FatLib/FatFile.cpp \
|
||||
|
Reference in New Issue
Block a user