File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed 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
111
111
.. code-block :: bash
112
112
113
113
[env:esp32dev]
114
- platform = espressif32
114
+ platform = espressif32@6.7.0
115
115
board = esp32dev
116
116
framework = arduino
117
117
@@ -120,7 +120,7 @@ Create a new project and select one of the available boards. You can change afte
120
120
.. code-block :: bash
121
121
122
122
[env:esp32-s2-saola-1]
123
- platform = espressif32
123
+ platform = espressif32@6.7.0
124
124
board = esp32-s2-saola-1
125
125
framework = arduino
126
126
@@ -129,15 +129,15 @@ Create a new project and select one of the available boards. You can change afte
129
129
.. code-block :: bash
130
130
131
131
[env:esp32-c3-devkitm-1]
132
- platform = espressif32
132
+ platform = espressif32@6.7.0
133
133
board = esp32-c3-devkitm-1
134
134
framework = arduino
135
135
136
136
How to update to the stable code based on 3.0.x
137
137
-----------------------------------------------
138
138
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:
141
141
142
142
.. code-block :: bash
143
143
You can’t perform that action at this time.
0 commit comments