From 4c942e975bba91b1ba7879c0503cf87cce9b969a Mon Sep 17 00:00:00 2001 From: Jeroen Domburg Date: Fri, 12 Dec 2014 22:22:59 +0100 Subject: [PATCH] Fixed Makefile to work with an ESPDELAY of 0 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 05e5b7d..5545fc9 100644 --- a/Makefile +++ b/Makefile @@ -143,8 +143,8 @@ firmware: flash: $(FW_FILE_1) $(FW_FILE_2) $(Q) $(ESPTOOL) -cp $(ESPPORT) -cb $(ESPBAUD) -ca 0x00000 -cf firmware/0x00000.bin -v - $(Q) [ $(ESPDELAY) -ne 0 ] && echo "Please put the ESP in bootloader mode..." - $(Q) sleep $(ESPDELAY) + $(Q) [ $(ESPDELAY) -ne 0 ] && echo "Please put the ESP in bootloader mode..." || true + $(Q) sleep $(ESPDELAY) || true $(Q) $(ESPTOOL) -cp $(ESPPORT) -cb $(ESPBAUD) -ca 0x40000 -cf firmware/0x40000.bin -v webpages.espfs: html/ html/wifi/ mkespfsimage/mkespfsimage