mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-07-15 08:32:42 +08:00
feat(esp8266): add new power management method
This commit is contained in:
@ -13,10 +13,10 @@ LIBS ?=
|
||||
ifndef CONFIG_NO_BLOBS
|
||||
ifndef CONFIG_ESP8266_WIFI_DEBUG_LOG_ENABLE
|
||||
LIBS += gcc hal core net80211 \
|
||||
phy pp smartconfig ssc wpa espnow wps
|
||||
phy clk pp smartconfig ssc wpa espnow wps
|
||||
else
|
||||
LIBS += gcc hal core_dbg net80211_dbg \
|
||||
phy pp_dbg smartconfig ssc wpa_dbg espnow_dbg wps_dbg
|
||||
phy clk pp_dbg smartconfig ssc wpa_dbg espnow_dbg wps_dbg
|
||||
endif
|
||||
endif
|
||||
|
||||
|
Reference in New Issue
Block a user