fix(esp8266): Fix OTA firmware depend error

This commit is contained in:
dongheng
2019-03-19 16:01:53 +08:00
committed by dongheng
parent 3f7c8b85f3
commit 3f16f71945

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