Skip to content

Commit a1e5f2b

Browse files
authored
Update README.md
1 parent 720c3f4 commit a1e5f2b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,12 @@ ESP32 is a series of low-cost, low-power system on a chip microcontrollers with
3535
1. Configure a platform option in [platformio.ini](https://docs.platformio.org/page/projectconf.html) file:
3636

3737
### Stable version
38-
espressif Arduino 3.0.4 and IDF 5.1.4+
3938

4039
See `platform` [documentation](https://docs.platformio.org/en/latest/projectconf/sections/env/options/platform/platform.html#projectconf-env-platform) for details.
4140

4241
```ini
4342
[env:stable]
44-
platform = https://github.com/pioarduino/platform-espressif32/releases/download/51.03.04/platform-espressif32.zip
43+
platform = https://github.com/pioarduino/platform-espressif32/releases/download/stable/platform-espressif32.zip
4544
board = ...
4645
...
4746
```
@@ -51,7 +50,7 @@ based on devel branch Arduino 3.1.0 and IDF 5.3.1+
5150

5251
```ini
5352
[env:development]
54-
platform = https://github.com/pioarduino/platform-espressif32.git#Arduino/IDF53
53+
platform = https://github.com/pioarduino/platform-espressif32.git#Arduino/IDF53_work_hybrid
5554
board = ...
5655
...
5756
```

0 commit comments

Comments
 (0)