Skip to content

Commit 2897fab

Browse files
authored
Update README.md
1 parent 7937b86 commit 2897fab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ 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.5 and IDF 5.1.4+
38+
espressif Arduino 3.0.6 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.05/platform-espressif32.zip
44+
platform = https://github.com/pioarduino/platform-espressif32/releases/download/51.03.06/platform-espressif32.zip
4545
board = ...
4646
...
4747
```

0 commit comments

Comments
 (0)