From e307351d39d2b8a12cacac83a7997827526a2505 Mon Sep 17 00:00:00 2001 From: rstrouse <47839015+rstrouse@users.noreply.github.com> Date: Tue, 26 Dec 2023 18:05:47 -0800 Subject: [PATCH] Updated Installing the Firmware (markdown) --- Installing-the-Firmware.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installing-the-Firmware.md b/Installing-the-Firmware.md index 4f6a0a4..2f64241 100644 --- a/Installing-the-Firmware.md +++ b/Installing-the-Firmware.md @@ -1,6 +1,6 @@ There are four methods you can use to upload the initial firmware to your device. Two of them are a bit technical but not insurmountable. If you develop software on ESP devices then you probably already have the Arduino IDE v1.8 software installed on your computer or are familiar with the esptool.py script. If you haven't dabbled in these tools, then choose either the ESP32 flash download tool method or the ESPHome web method as they are fairly straight forward. I didn't ask him to try, but I think that even the hairy cave dude from the Geico commercials can get this done. -The initial firmware onboarding can be performed using a single file without having to recompile the software using the `SomfyController.onboard.esp32.bin` file for the release. Download this file to your computer somewhere. The file is located on this repository under [releases](https://github.com/rstrouse/ESPSomfy-RTS/releases) on the right side of the main page. Please note that if you flash this file to your device it will erase your shade configuration so if this is not a new install perform the [update procedure](https://github.com/rstrouse/ESPSomfy-RTS/wiki/Updating-ESPSomfy-RTS) instead of this onboarding procedure. +The initial firmware onboarding can be performed using a single file without having to recompile the software using the `SomfyController.onboard.esp32xx.bin` file for the release. Download the file that matches your ESP32 chip series to your computer somewhere and un-compress the zip. The file is located on this repository under [releases](https://github.com/rstrouse/ESPSomfy-RTS/releases) on the right side of the main page. Please note that if you flash this file to your device it will erase your shade configuration so if this is not a new install perform the [update procedure](https://github.com/rstrouse/ESPSomfy-RTS/wiki/Updating-ESPSomfy-RTS) instead of this onboarding procedure. ![image](https://user-images.githubusercontent.com/47839015/221660466-ab827cf1-4bfe-4e4d-8b5a-5b1245544a53.png)