From 94d892103072ad99ebc9ccda17a54bf6114f3f39 Mon Sep 17 00:00:00 2001 From: dennisdebel Date: Thu, 1 Oct 2020 22:56:07 +0200 Subject: [PATCH] added more and more instructions for firmware flashing --- code/esp8266/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/code/esp8266/README.md b/code/esp8266/README.md index 85f65c6..3a30342 100644 --- a/code/esp8266/README.md +++ b/code/esp8266/README.md @@ -36,8 +36,10 @@ For ESP12F use the following settings in Arduino IDE These settings give you about 2.471 KB of SPIFFS storage space for files and ~512KB sketch size -### Over The Air (OTA) Uploading +### Over The Air (OTA) Uploading * Connect to the hotspot created by the ESP12F. * Launch Arduino, choose "esp at 192.168.4.1" as the port. -* If you don't see the port listed in Arduino (Tools > Port), restart Arduino IDE. \ No newline at end of file +* If you don't see the port listed in Arduino (Tools > Port), restart Arduino IDE. + +You can upload your sketch and files wirelessly, there is one caveat: SPIFFS file uploads don't work with password protected uploads (line 42). Workaround: flash your sketch with line 42 commented out. Upload your files to SPIFFS, then uncomment the line and Upload the code. \ No newline at end of file