From 93802b2b5d15a5c1266e63e45b6f5fed605016af Mon Sep 17 00:00:00 2001 From: dennisdebel Date: Thu, 1 Oct 2020 22:51:42 +0200 Subject: [PATCH] added even more instructions for firmware flashing --- code/esp8266/README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/code/esp8266/README.md b/code/esp8266/README.md index 2ce6831..85f65c6 100644 --- a/code/esp8266/README.md +++ b/code/esp8266/README.md @@ -33,4 +33,11 @@ For ESP12F use the following settings in Arduino IDE * Programmer: AVRISP mkII -These settings give you about 2.471 KB of SPIFFS storage space for files and ~512KB sketch size \ No newline at end of file +These settings give you about 2.471 KB of SPIFFS storage space for files and ~512KB sketch size + + +### 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