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.
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 official `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
23
currently espressif Arduino 3.0.7 and IDF 5.1.4+
39
24
40
-
See `platform`[documentation](https://docs.platformio.org/en/latest/projectconf/sections/env/options/platform/platform.html#projectconf-env-platform) for details.
0 commit comments