diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2024-08-02 15:59:11 +0200 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2024-08-02 15:59:11 +0200 |
commit | 47150c4d17452c9cee0f8cd824e43ea9253bb60c (patch) | |
tree | 77a0e1297a65d5a7cf3d13c7b4d9daecac3927f6 /source/microcontrollers/olimex-esp32-pro | |
parent | daaececa3063e4f0850fa173a7110e2aeab7468a (diff) | |
parent | 3f772b7b88f4992091a6397644ad2beb96ad9c10 (diff) |
Merge branch 'maple'
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: |