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

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

parent 52c19875
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment