Commit b0f23786 authored by Paul Sokolovsky's avatar Paul Sokolovsky

esp8266/Makefile: Put firmware-ota.bin in build/, for consistency.

parent 52c19875
......@@ -203,7 +203,7 @@ $(BUILD)/firmware.elf: $(OBJ)
ota:
rm -f $(BUILD)/firmware.elf $(BUILD)/firmware.elf*.bin
$(MAKE) LDSCRIPT=esp8266_ota.ld FWBIN=firmware-ota.bin
$(MAKE) LDSCRIPT=esp8266_ota.ld FWBIN=$(BUILD)/firmware-ota.bin
#MAKE_PINS = boards/make-pins.py
#BOARD_PINS = boards/$(BOARD)/pins.csv
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment