Update README.md

This commit is contained in:
Jason2866
2024-09-18 15:16:18 +02:00
committed by GitHub
parent a572bdee3c
commit a872d0f11d
+3 -3
View File
@@ -19,7 +19,7 @@
ESP32 is a series of low-cost, low-power system on a chip microcontrollers with integrated Wi-Fi and Bluetooth. ESP32 integrates an antenna switch, RF balun, power amplifier, low-noise receive amplifier, filters, and power management modules.
* [Documentation](https://docs.platformio.org/page/platforms/espressif32.html) (advanced usage, packages, boards, frameworks, etc.)
* Issues with boards (wrong / missing). All issues caused from boards will not be fixed from the maintainer(s). A PR needs to be provided to solve.
* Issues with boards (wrong / missing). All issues caused from boards will **not** be fixed from the maintainer(s). A PR needs to be provided to solve.
## IDE Preparation
@@ -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.4 and IDF 5.1.4
espressif Arduino 3.0.5 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.04/platform-espressif32.zip
platform = https://github.com/pioarduino/platform-espressif32/releases/download/51.03.05/platform-espressif32.zip
board = ...
...
```