Update README.md

This commit is contained in:
Jason2866
2024-11-20 18:42:06 +01:00
committed by GitHub
parent e5990e4b87
commit 411e19040b
+2 -2
View File
@@ -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:
### 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.
```ini
[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 = ...
...
```