Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update to core 3.0.5
  • Loading branch information
Jason2866 authored Sep 18, 2024
commit e4f645c3c43452185d12517e91042a05b2267675
8 changes: 4 additions & 4 deletions docs/en/installing.rst
Original file line number Diff line number Diff line change
@@ -111,7 +111,7 @@ Create a new project and select one of the available boards. You can change afte
.. code-block:: bash

[env:esp32dev]
platform = espressif32@6.7.0
platform = espressif32@6.8.1
board = esp32dev
framework = arduino

@@ -120,7 +120,7 @@ Create a new project and select one of the available boards. You can change afte
.. code-block:: bash

[env:esp32-s2-saola-1]
platform = espressif32@6.7.0
platform = espressif32@6.8.1
board = esp32-s2-saola-1
framework = arduino

@@ -129,7 +129,7 @@ Create a new project and select one of the available boards. You can change afte
.. code-block:: bash

[env:esp32-c3-devkitm-1]
platform = espressif32@6.7.0
platform = espressif32@6.8.1
board = esp32-c3-devkitm-1
framework = arduino

@@ -143,7 +143,7 @@ The following configuration uses the community version ``pioarduino`` and the la
.. code-block:: bash

[env:esp32-c3-devkitm-1]
platform = https://github.com/pioarduino/platform-espressif32/releases/download/51.03.04/platform-espressif32.zip
platform = https://github.com/pioarduino/platform-espressif32/releases/download/51.03.05/platform-espressif32.zip
board = esp32-c3-devkitm-1
framework = arduino