esptool.py & Makefile: Fix compressed upload support (enabled by default)

This commit is contained in:
Angus Gratton
2016-08-22 18:43:47 +08:00
parent 550c7a4446
commit aa4c31f3b0
3 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ clean: bootloader-clean
bootloader: $(BOOTLOADER_BIN)
@echo "Bootloader built. Default flash command is:"
@echo "$(ESPTOOLPY_SERIAL) write_flash 0x1000 $(BOOTLOADER_BIN)"
@echo "$(ESPTOOLPY_WRITE_FLASH) 0x1000 $(BOOTLOADER_BIN)"
all_binaries: $(BOOTLOADER_BIN)