diff options
Diffstat (limited to 'source/microcontrollers/olimex-esp32-pro')
-rw-r--r-- | source/microcontrollers/olimex-esp32-pro/index.rst | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/source/microcontrollers/olimex-esp32-pro/index.rst b/source/microcontrollers/olimex-esp32-pro/index.rst new file mode 100644 index 0000000..c6ac7a0 --- /dev/null +++ b/source/microcontrollers/olimex-esp32-pro/index.rst @@ -0,0 +1,24 @@ +****************** + Olimex ESP32-PRO +****************** + +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. + +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 +-------- + +* `<https://www.olimex.com/forum/index.php?topic=9242.0>`_ + +.. + vim: set filetype=rst: |