Skip to content

Commit

Permalink
Update to core 3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 authored Sep 18, 2024
1 parent dfa625c commit e4f645c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/en/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit e4f645c

Please sign in to comment.