Update README.md
This commit is contained in:
@@ -35,13 +35,13 @@ ESP32 is a series of low-cost, low-power system on a chip microcontrollers with
|
|||||||
1. Configure a platform option in [platformio.ini](https://docs.platformio.org/page/projectconf.html) file:
|
1. Configure a platform option in [platformio.ini](https://docs.platformio.org/page/projectconf.html) file:
|
||||||
|
|
||||||
### Stable version
|
### Stable version
|
||||||
espressif Arduino 3.0.7 and IDF 5.1.4+
|
currently espressif Arduino 3.0.7 and IDF 5.1.4+
|
||||||
|
|
||||||
See `platform` [documentation](https://docs.platformio.org/en/latest/projectconf/sections/env/options/platform/platform.html#projectconf-env-platform) for details.
|
See `platform` [documentation](https://docs.platformio.org/en/latest/projectconf/sections/env/options/platform/platform.html#projectconf-env-platform) for details.
|
||||||
|
|
||||||
```ini
|
```ini
|
||||||
[env:stable]
|
[env:stable]
|
||||||
platform = https://github.com/pioarduino/platform-espressif32/releases/download/51.03.07/platform-espressif32.zip
|
platform = https://github.com/pioarduino/platform-espressif32/releases/download/51.03.0x-stable/platform-espressif32.zip
|
||||||
board = ...
|
board = ...
|
||||||
...
|
...
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user