diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2024-08-02 09:02:34 +0200 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2024-08-02 09:02:34 +0200 |
commit | 207dff3ef34c6f501f4b88ceacf2f234c13f4d1c (patch) | |
tree | 058f0a1c347d0b53aab9a5b9ebe04c64b0dacb3e | |
parent | f88fc89465b86f3a029d593427fb57ad59201e4f (diff) |
Cleanup the notes on the Olimex ESP32-PRO
-rw-r--r-- | source/microcontrollers/index.rst | 4 | ||||
-rw-r--r-- | source/microcontrollers/olimex-esp32-pro/index.rst | 18 |
2 files changed, 13 insertions, 9 deletions
diff --git a/source/microcontrollers/index.rst b/source/microcontrollers/index.rst index 2344463..0e5ba7c 100644 --- a/source/microcontrollers/index.rst +++ b/source/microcontrollers/index.rst @@ -1,6 +1,6 @@ -############## +################## Microcontrollers -############## +################## .. toctree:: :maxdepth: 2 diff --git a/source/microcontrollers/olimex-esp32-pro/index.rst b/source/microcontrollers/olimex-esp32-pro/index.rst index da977a2..c6ac7a0 100644 --- a/source/microcontrollers/olimex-esp32-pro/index.rst +++ b/source/microcontrollers/olimex-esp32-pro/index.rst @@ -2,14 +2,18 @@ Olimex ESP32-PRO ****************** -Board: OLIMEX ESP32-EVB -Upload Speed: 115200 -Flash Frequency: 80MHz -Partition Scheme: Default -Core Debug Level None -Erase All Flash Before Sketch Upload: Disabled +As of September 2023 there was a bug in the Espressif esp32 package for +Arduino that meant that it wasn't working with the Olimex ESP32-PRO +board, the workaround was to use Version 2.0.9 of the package. -Version 2.0.9 +These are the settings used: + +:Board: OLIMEX ESP32-EVB +:Upload Speed: 115200 +:Flash Frequency: 80MHz +:Partition Scheme: Default +:Core Debug Level: None +:Erase All Flash Before Sketch Upload: Disabled See also -------- |