Update README.md
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# pioarduino (p)eople (i)nitiated (o)ptimized (arduino)
|
# pioarduino (p)eople (i)nitiated (o)ptimized (arduino)
|
||||||
|
|
||||||
[](https://github.com/pioarduino/platform-espressif32/actions/workflows/examples.yml)
|
[](https://github.com/pioarduino/platform-espressif32/actions)
|
||||||
[](https://discord.gg/Nutz9crnZr)
|
[](https://discord.gg/Nutz9crnZr)
|
||||||
[](https://github.com/pioarduino/platform-espressif32/releases/latest)
|
[](https://github.com/pioarduino/platform-espressif32/releases/latest)
|
||||||
|
|
||||||
@@ -9,8 +9,8 @@ Espressif Systems is a privately held, fabless semiconductor company renowned fo
|
|||||||
## General
|
## General
|
||||||
* 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.
|
* 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.
|
||||||
* No support for the Arduino Nora Nano board, issues needs to be solved by the community
|
* No support for the Arduino Nora Nano board, issues needs to be solved by the community
|
||||||
|
|
||||||
## IDE Preparation
|
## IDE Preparation
|
||||||
|
|
||||||
- [Download and install Microsoft Visual Studio Code](https://code.visualstudio.com/). pioarduino IDE is on top of it.
|
- [Download and install Microsoft Visual Studio Code](https://code.visualstudio.com/). pioarduino IDE is on top of it.
|
||||||
- Open the extension manager.
|
- Open the extension manager.
|
||||||
- Search for the `pioarduino ide` extension.
|
- Search for the `pioarduino ide` extension.
|
||||||
@@ -49,13 +49,13 @@ Example configuration:
|
|||||||
|
|
||||||
```ini
|
```ini
|
||||||
[env:esp32solo1]
|
[env:esp32solo1]
|
||||||
platform = https://github.com/pioarduino/platform-espressif32.git#develop
|
platform = https://github.com/pioarduino/platform-espressif32/releases/download/stable/platform-espressif32.zip
|
||||||
framework = arduino
|
framework = arduino
|
||||||
board = esp32-solo1
|
board = esp32-solo1
|
||||||
monitor_speed = 115200
|
monitor_speed = 115200
|
||||||
|
|
||||||
[env:esp32-c2-devkitm-1]
|
[env:esp32-c2-devkitm-1]
|
||||||
platform = https://github.com/pioarduino/platform-espressif32.git#develop
|
platform = https://github.com/pioarduino/platform-espressif32/releases/download/stable/platform-espressif32.zip
|
||||||
framework = arduino
|
framework = arduino
|
||||||
board = esp32-c2-devkitm-1
|
board = esp32-c2-devkitm-1
|
||||||
monitor_speed = 115200
|
monitor_speed = 115200
|
||||||
|
|||||||
Reference in New Issue
Block a user