Skip to content

Commit 0ef997e

Browse files
authored
correct partition scheme in readme, fix easytarget#172
1 parent a40e924 commit 0ef997e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ To make a permanent config with your home wifi settings, different defaults or a
8989
Assuming you are using the latest Espressif Arduino core the `ESP32 Dev Module` board will appear in the ESP32 Arduino section of the boards list. Select this (do not use the `AI-THINKER` entry listed in the boiards menu, it is not OTA compatible, and will caus the module to crash and reboot rather than updating if you use it.
9090
![IDE board config](Docs/ota-board-selection.png)
9191

92-
Make sure you select the `Default 4MB with Spiffs` partition scheme and turn `PSRAM` on.
92+
Make sure you select the `Minimal SPIFFS (1.9MB APP with OTA/190KB SPIFFS)` partition scheme and turn `PSRAM` on.
9393

9494
The first time you program (or if OTA is failing) you need to compile and upload the code from the IDE, and when the `Connecting...` appears in the console reboot the ESP32 module while keeping **GPIO0** grounded. You can release GPO0 once the sketch is uploading, most boards have a 'boot' button to trigger a reboot.
9595

@@ -148,7 +148,7 @@ V4
148148
* Investigate using SD card to capture images
149149
* Implement OTA and a better network stack for remembering multiple AP's, auto-config etc.
150150
* **Basic OTA is Done**, see the `NoFace` branch.
151-
* Advanced (web upload) OTA might be nice to have is possible
151+
* Advanced (web upload) OTA might be nice to have if possible
152152
* For the Network setup I want to implement https://github.com/Hieromon/AutoConnect
153153
* UI Skinning/Theming
154154
* OSD

0 commit comments

Comments
 (0)