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
> The discussions are self-explanatory, allowing you to draw your own conclusions.
18
-
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.
* 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.
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 to solve.
23
10
24
11
## IDE Preparation
25
12
26
-
-[Download and install official Microsoft Visual Studio Code](https://code.visualstudio.com/). PlatformIO IDE is built on top of it.
13
+
-[Download and install official Microsoft Visual Studio Code](https://code.visualstudio.com/). pioarduino IDE is built on top of it.
27
14
- Open the extension manager.
28
-
- Search for the official `platformio ide` extension.
29
-
- Install PlatformIO IDE extension.
30
-
31
-

15
+
- Search for the `pioarduino ide` extension.
16
+
- Install pioarduino IDE extension.
32
17
33
18
# Usage
34
-
1. Setup new VSCode PlatformIO project.
35
-
1. Configure a platform option in [platformio.ini](https://docs.platformio.org/page/projectconf.html) file:
19
+
1. Setup new VSCode pioarduino project.
20
+
1. Configure a platform option in platformio.ini file:
36
21
37
22
### Stable version
38
-
39
-
See `platform`[documentation](https://docs.platformio.org/en/latest/projectconf/sections/env/options/platform/platform.html#projectconf-env-platform) for details.
23
+
currently espressif Arduino 3.1.0 and IDF 5.3.2.241210
40
24
41
25
```ini
42
26
[env:stable]
@@ -46,15 +30,11 @@ board = ...
46
30
```
47
31
48
32
### Development version
49
-
based on devel branch Arduino 3.1.0 and IDF 5.3.2
33
+
espressif Arduino repo branch master and latest compiled Arduino libs
0 commit comments