You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/installing.rst
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ PlatformIO can be used in two flavors:
85
85
86
86
To install PlatformIO, you can follow this Getting Started, provided at `docs.platformio.org`_.
87
87
88
-
Using the stable code
88
+
Using the stable code 2.0.x
89
89
*********************
90
90
91
91
.. note::
@@ -122,20 +122,19 @@ Create a new project and select one of the available boards. You can change afte
122
122
board = esp32-c3-devkitm-1
123
123
framework = arduino
124
124
125
-
How to update to the latest code
125
+
How to update to the stable code based on 3.0.x
126
126
********************************
127
127
128
-
To test the latest Arduino ESP32, you need to change your project *platformio.ini* accordingly.
129
-
The following configuration uses the upstream version of the Espressif development platform and the latest Arduino core directly from the Espressif GitHub repository:
128
+
To use the actual Arduino ESP32, you need to change your project *platformio.ini* accordingly.
129
+
The following configuration uses the not official Platformio community version pioarduino and the latest Arduino core from the pioarduino GitHub repository:
0 commit comments