From 2d67b7383ba3a279b2097c5478543534dcac9e90 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 16 Jan 2023 17:00:43 +0100 Subject: [PATCH] added web flasher comment to readme Just tried to flash via https://espressif.github.io/esptool-js/, works like charm... --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 226930f..76c9f3b 100644 --- a/README.md +++ b/README.md @@ -178,6 +178,9 @@ esptool.py --port /dev/ttyUSB0 --chip esp32 --before default_reset --after hard_ #### Flash with ESP_Flasher (Windows) Users report that [ESP_Flasher](https://github.com/Jason2866/ESP_Flasher/releases/) is suitable for flashing OpenDTU on Windows. +#### Flash with [ESP_Flasher](https://espressif.github.io/esptool-js/) - web version +It is also possible to flash it via the web tools which might be more convenient and is platformindependent. + ## First configuration * After the initial flashing of the microcontroller, an Access Point called "OpenDTU-*" is opened. The default password is "openDTU42". * Use a web browser to open the address [http://192.168.4.1](http://192.168.4.1)