Skip to content
This repository was archived by the owner on Sep 6, 2023. It is now read-only.

Commit b0f2378

Browse files
author
Paul Sokolovsky
committed
esp8266/Makefile: Put firmware-ota.bin in build/, for consistency.
1 parent 52c1987 commit b0f2378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

esp8266/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ $(BUILD)/firmware.elf: $(OBJ)
203203

204204
ota:
205205
rm -f $(BUILD)/firmware.elf $(BUILD)/firmware.elf*.bin
206-
$(MAKE) LDSCRIPT=esp8266_ota.ld FWBIN=firmware-ota.bin
206+
$(MAKE) LDSCRIPT=esp8266_ota.ld FWBIN=$(BUILD)/firmware-ota.bin
207207

208208
#MAKE_PINS = boards/make-pins.py
209209
#BOARD_PINS = boards/$(BOARD)/pins.csv

0 commit comments

Comments
 (0)