Skip to content

Commit 2feec21

Browse files
authored
Update README.md
1 parent 4238daa commit 2feec21

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,23 +35,23 @@ 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+
38+
espressif Arduino 3.0.7 and IDF 5.1.4+
3939

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

4242
```ini
4343
[env:stable]
44-
platform = https://github.com/pioarduino/platform-espressif32/releases/download/51.03.04/platform-espressif32.zip
44+
platform = https://github.com/pioarduino/platform-espressif32/releases/download/51.03.07/platform-espressif32.zip
4545
board = ...
4646
...
4747
```
4848

49-
### Bleeding edged development version
50-
based on devel branch Arduino 3.1.0 and IDF 5.3.1+
49+
### Arduino 3.1.0 release candidate 3
50+
based on devel branch Arduino 3.1.0rc3 and IDF 5.3.1+
5151

5252
```ini
5353
[env:development]
54-
platform = https://github.com/pioarduino/platform-espressif32.git#Arduino/IDF53
54+
platform = https://github.com/pioarduino/platform-espressif32/releases/download/53.03.10-rc3/platform-espressif32.zip
5555
board = ...
5656
...
5757
```

0 commit comments

Comments
 (0)