Skip to content
Snippets Groups Projects
Commit 9af73bda authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

esp8266: Force relinking OTA firmware image if built after normal one.

parent c1e94b77
No related branches found
No related tags found
No related merge requests found
......@@ -201,6 +201,7 @@ $(BUILD)/firmware.elf: $(OBJ)
$(MAKE) LDSCRIPT=esp8266_512k.ld CFLAGS_EXTRA='-DMP_CONFIGFILE="<mpconfigport_512k.h>"' MICROPY_FATFS=0 MICROPY_PY_BTREE=0
ota:
rm -f $(BUILD)/firmware.elf $(BUILD)/firmware.elf*.bin
$(MAKE) LDSCRIPT=esp8266_ota.ld
#MAKE_PINS = boards/make-pins.py
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment