diff --git a/README.md b/README.md index b8e80d2..4081e0e 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,14 @@ You should now be able to build the firmware and upload it to the board. Each bo #define CAMERA_MODEL_ESP32_S3_CAM false ``` + +## How to flash using Chrome +It is also possible to flash firmware using ESP Tool on a Chrome browser https://espressif.github.io/esptool-js/ + +Ensure that you set the correct baud rate from the documentation for the board you are using. Select the serial port your board is connected to. You can then click "Add File" and select each .bin file for your board. Make sure that you input the correct Flash Address from the documentation from your board. For the initial flash, click "Erase Flash", and when that is complete, click "Program." See below for a screenshot of how to configure ESP Tool for the Freenove Wrover board. + + + ## How to connect camera board to Prusa Connect diff --git a/doc/ESPTool.png b/doc/ESPTool.png new file mode 100644 index 0000000..f9a25e6 Binary files /dev/null and b/doc/ESPTool.png differ