We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52c1987 commit b0f2378Copy full SHA for b0f2378
1 file changed
esp8266/Makefile
@@ -203,7 +203,7 @@ $(BUILD)/firmware.elf: $(OBJ)
203
204
ota:
205
rm -f $(BUILD)/firmware.elf $(BUILD)/firmware.elf*.bin
206
- $(MAKE) LDSCRIPT=esp8266_ota.ld FWBIN=firmware-ota.bin
+ $(MAKE) LDSCRIPT=esp8266_ota.ld FWBIN=$(BUILD)/firmware-ota.bin
207
208
#MAKE_PINS = boards/make-pins.py
209
#BOARD_PINS = boards/$(BOARD)/pins.csv
0 commit comments