You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21-4
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
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.
8
8
9
-
* Issues with boards (wrong / missing). All issues caused from boards will **not** be fixed from the maintainer(s). A PR needs to be provided against branch `develop` to solve.
9
+
* Issues with boards (wrong / missing). All issues caused from boards will not be fixed from the maintainer(s). A PR needs to be provided against branch `develop` to solve.
10
10
11
11
## IDE Preparation
12
12
@@ -19,8 +19,8 @@ ESP32 is a series of low-cost, low-power system on a chip microcontrollers with
19
19
1. Setup new VSCode pioarduino project.
20
20
1. Configure a platform option in platformio.ini file:
21
21
22
-
### Stable version
23
-
currently espressif Arduino 3.1.1 and IDF 5.3.2.241224
22
+
### Stable Arduino
23
+
currently espressif Arduino 3.1.2 and IDF 5.3.2.250210
24
24
25
25
```ini
26
26
[env:stable]
@@ -29,7 +29,7 @@ board = ...
29
29
...
30
30
```
31
31
32
-
### Development version
32
+
### Development Arduino
33
33
espressif Arduino repo branch master and latest compiled Arduino libs
34
34
35
35
```ini
@@ -39,4 +39,21 @@ board = ...
39
39
...
40
40
```
41
41
42
+
### ESP32-solo1 and ESP32-C2 Arduino support (with pioarduino only feature: *Hybrid compile*)
0 commit comments