Skip to content

Commit

Permalink
esp8266/Makefile: Put firmware-ota.bin in build/, for consistency.
Browse files Browse the repository at this point in the history
  • Loading branch information
pfalcon committed Jan 4, 2017
1 parent 52c1987 commit b0f2378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esp8266/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b0f2378

Please sign in to comment.