Skip to content

Commit bbe5f3e

Browse files
authored
pin Pio version and correct github source for Arduino 3.0.x
1 parent cc8e91c commit bbe5f3e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/en/installing.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Create a new project and select one of the available boards. You can change afte
111111
.. code-block:: bash
112112
113113
[env:esp32dev]
114-
platform = espressif32
114+
platform = espressif32@6.7.0
115115
board = esp32dev
116116
framework = arduino
117117
@@ -120,7 +120,7 @@ Create a new project and select one of the available boards. You can change afte
120120
.. code-block:: bash
121121
122122
[env:esp32-s2-saola-1]
123-
platform = espressif32
123+
platform = espressif32@6.7.0
124124
board = esp32-s2-saola-1
125125
framework = arduino
126126
@@ -129,15 +129,15 @@ Create a new project and select one of the available boards. You can change afte
129129
.. code-block:: bash
130130
131131
[env:esp32-c3-devkitm-1]
132-
platform = espressif32
132+
platform = espressif32@6.7.0
133133
board = esp32-c3-devkitm-1
134134
framework = arduino
135135
136136
How to update to the stable code based on 3.0.x
137137
-----------------------------------------------
138138

139-
To use the actual Arduino ESP32, you need to change your project *platformio.ini* accordingly.
140-
The following configuration uses the community version pioarduino and the latest Arduino core from the pioarduino GitHub repository:
139+
To use the latest supported Arduino ESP32, you need to change your project *platformio.ini* accordingly.
140+
The following configuration uses the community version ``pioarduino`` and the latest release Arduino core from the ``espressif`` GitHub repository:
141141

142142
.. code-block:: bash
143143

0 commit comments

Comments
 (0)