Merge branch 'bugfix/fix_ota_depend_error_v3.1' into 'release/v3.1'

Fix OTA firmware depend error (backport v3.1)

See merge request sdk/ESP8266_RTOS_SDK!849
This commit is contained in:
Dong Heng
2019-03-21 11:29:58 +08:00

View File

@ -118,7 +118,7 @@ endif
@echo [GEN] $(OTA_BIN)
ifdef CONFIG_ESP8266_OTA_FROM_OLD
$(OTA_V2_TO_V3_BIN):
$(OTA_V2_TO_V3_BIN): all_binaries
@python $(IDF_PATH)/tools/pack_fw.py --output $(OTA_V2_TO_V3_BIN) --app $(PROJECT_NAME).bin pack3 $(ESPTOOL_ALL_FLASH_ARGS)
@echo [GEN] $(OTA_V2_TO_V3_BIN)
endif