mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-07-15 08:32:42 +08:00
Merge branch 'feature/modify_platform_option_name' into 'master'
Rename "TARGET_PLATFORM_ESPxxx" to "IDF_TARGET_ESPxxx" See merge request sdk/ESP8266_RTOS_SDK!777
This commit is contained in:
@ -216,7 +216,7 @@ endchoice
|
||||
config ESP8266_OTA_FROM_OLD
|
||||
bool "(**Expected**)ESP8266 update from old SDK by OTA"
|
||||
default n
|
||||
depends on TARGET_PLATFORM_ESP8266
|
||||
depends on IDF_TARGET_ESP8266
|
||||
select ESP8266_BOOT_COPY_APP
|
||||
help
|
||||
The function is not released.
|
||||
|
Reference in New Issue
Block a user