From 10026b16ff08e5cb3a3a27ccfdf910cea5e4a874 Mon Sep 17 00:00:00 2001 From: Elia Bieri Date: Fri, 6 Feb 2015 11:54:08 +0100 Subject: [PATCH] Added note I added a note where you can find the BLANKER (blank.bin) file. Maybe this helps someone! --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cc3f86a..aa3fd8d 100644 --- a/README.md +++ b/README.md @@ -143,6 +143,7 @@ In the Makefile, it will erase section hold the user configuration at 0x3C000 flash: firmware/0x00000.bin firmware/0x40000.bin $(PYTHON) $(ESPTOOL) -p $(ESPPORT) write_flash 0x00000 firmware/0x00000.bin 0x3C000 $(BLANKER) 0x40000 firmware/0x40000.bin ``` +The BLANKER is the blank.bin file you find in your SDKs bin folder. **Create SSL Self sign**