Skip to content

Commit a7fb6cd

Browse files
authored
Update README.md
1 parent 8dfbd3c commit a7fb6cd

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
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.
2020

2121
* [Documentation](https://docs.platformio.org/page/platforms/espressif32.html) (advanced usage, packages, boards, frameworks, etc.)
22-
* 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.
22+
* 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.
2323

2424
## IDE Preparation
2525

@@ -35,7 +35,6 @@ 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-
currently espressif Arduino 3.0.7 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

@@ -47,11 +46,11 @@ board = ...
4746
```
4847

4948
### Development version
50-
espressif Arduino repo branch master and latest compiled Arduino libs
49+
based on devel branch Arduino 3.1.0 and IDF 5.3.2
5150

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

0 commit comments

Comments
 (0)