Skip to content

Commit

Permalink
Fixed image
Browse files Browse the repository at this point in the history
seeul8er authored Jul 19, 2021
1 parent f96ba89 commit 7e134c5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -59,17 +59,17 @@ For flashing there are many ways of doing this. To easy ones are shown below.

#### Windows only: Use flash download tools

1. [Get it here](https://www.espressif.com/en/support/download/other-tools?5)
2. Erase the flash of the ESP32 befor flashing a new release
![](wiki/ESP32Flasher_Erase.PNG)
1. [Get it here](https://www.espressif.com/en/support/download/other-tools?5)
2. Erase the flash of the ESP32 befor flashing a new release\
![ESP32 erase flash with flash download tools](wiki/ESP32Flasher_Erase.PNG)
3. Select the firmware, bootloader & partition table and set everything as below
```shell
0x8000 partition_table/partition-table.bin
0x1000 bootloader/bootloader.bin
0x10000 db_esp32.bin
0x110000 www.bin
```
![ESP download tool configuration](wiki/ESP32Flasher.PNG)
![ESP download tool configuration](wiki/ESP32Flasher.png)
3. Hit Start and power cycle your ESP32 after flashing

### Wiring
@@ -167,4 +167,4 @@ http://dronebridge.local/api/settings/change
npm install -g json-server
json-server db.json --routes routes.json
```
Set `const ROOT_URL = "http://localhost:3000/"` inside `frontend/db_settings.js`
Set `const ROOT_URL = "http://localhost:3000/"` inside `frontend/db_settings.js`

0 comments on commit 7e134c5

Please sign in to comment.