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:
Dong Heng
2019-02-18 20:23:42 +08:00
20 changed files with 50 additions and 50 deletions

View File

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