From 16701f62bb57c82c6444df1047b5c65d04768471 Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Mon, 19 Sep 2022 22:30:02 +0200 Subject: [PATCH] Fix table in README.md --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 960b0275..4fa78c49 100644 --- a/README.md +++ b/README.md @@ -119,13 +119,14 @@ This can be achieved by editing the 'platformio.ini' file and add/change one or * clean the sources: `platformio run -e generic -t clean` * erase flash: `platformio run -e generic -t erase` ### using the pre-compiled .bin files -* Use a ESP32 flash tool of your choice and flash the .bin files to the right addresses: -| Address | File | -| ---------| ------------- | +Use a ESP32 flash tool of your choice and flash the .bin files to the right addresses: + +| Address | File | +| ---------| ---------------------- | | 0x1000 | bootloader_dio_40m.bin | -| 0x8000 | partitions.bin | -| 0xe000 | boot_app0.bin | -| 0x10000 | firmware.bin | +| 0x8000 | partitions.bin | +| 0xe000 | boot_app0.bin | +| 0x10000 | firmware.bin | Make sure too uncheck the DoNotChgBbin option. Otherwise you will maybe get errors like "invalid header"