mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-22 01:27:11 +08:00
fix(esp8266): Fix OTA firmware depend error
This commit is contained in:
@ -118,7 +118,7 @@ endif
|
|||||||
@echo [GEN] $(OTA_BIN)
|
@echo [GEN] $(OTA_BIN)
|
||||||
|
|
||||||
ifdef CONFIG_ESP8266_OTA_FROM_OLD
|
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)
|
@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)
|
@echo [GEN] $(OTA_V2_TO_V3_BIN)
|
||||||
endif
|
endif
|
||||||
|
Reference in New Issue
Block a user