Skip to content

Commit 9e86463

Browse files
authored
Add Info for pioarduino community version
1 parent 690bdb5 commit 9e86463

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

docs/en/installing.rst

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ PlatformIO can be used in two flavors:
8585

8686
To install PlatformIO, you can follow this Getting Started, provided at `docs.platformio.org`_.
8787

88-
Using the stable code
88+
Using the stable code 2.0.x
8989
*********************
9090

9191
.. note::
@@ -122,20 +122,19 @@ Create a new project and select one of the available boards. You can change afte
122122
board = esp32-c3-devkitm-1
123123
framework = arduino
124124
125-
How to update to the latest code
125+
How to update to the stable code based on 3.0.x
126126
********************************
127127

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:
130130

131131
.. code-block:: bash
132132
133133
[env:esp32-c3-devkitm-1]
134-
platform = https://github.com/platformio/platform-espressif32.git
134+
platform = https://github.com/pioarduino/platform-espressif32/releases/download/51.03.03/platform-espressif32.zip
135135
board = esp32-c3-devkitm-1
136136
framework = arduino
137-
platform_packages =
138-
framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32#master
137+
139138
140139
141140
To get more information about PlatformIO, see the following links:

0 commit comments

Comments
 (0)