Skip to content

Commit c95f289

Browse files
authored
Update README.md
1 parent 27a3a66 commit c95f289

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# pioarduino (p)eople (i)nitiated (o)ptimized (arduino)
22

3-
[![CI Examples](https://github.com/pioarduino/platform-espressif32/actions/workflows/examples.yml/badge.svg?branch=develop)](https://github.com/pioarduino/platform-espressif32/actions/workflows/examples.yml)
3+
[![Build Status](https://github.com/pioarduino/platform-espressif32/actions/workflows/examples.yml/badge.svg)](https://github.com/pioarduino/platform-espressif32/actions)
44
[![Discord](https://img.shields.io/discord/1263397951829708871.svg?logo=discord&logoColor=white&color=5865F2&label=Discord)](https://discord.gg/Nutz9crnZr)
55
[![GitHub Releases](https://img.shields.io/github/downloads/pioarduino/platform-espressif32/total?label=downloads)](https://github.com/pioarduino/platform-espressif32/releases/latest)
66

@@ -9,8 +9,8 @@ Espressif Systems is a privately held, fabless semiconductor company renowned fo
99
## General
1010
* 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.
1111
* No support for the Arduino Nora Nano board, issues needs to be solved by the community
12-
1312
## IDE Preparation
13+
1414
- [Download and install Microsoft Visual Studio Code](https://code.visualstudio.com/). pioarduino IDE is on top of it.
1515
- Open the extension manager.
1616
- Search for the `pioarduino ide` extension.
@@ -49,13 +49,13 @@ Example configuration:
4949

5050
```ini
5151
[env:esp32solo1]
52-
platform = https://github.com/pioarduino/platform-espressif32.git#develop
52+
platform = https://github.com/pioarduino/platform-espressif32/releases/download/stable/platform-espressif32.zip
5353
framework = arduino
5454
board = esp32-solo1
5555
monitor_speed = 115200
5656

5757
[env:esp32-c2-devkitm-1]
58-
platform = https://github.com/pioarduino/platform-espressif32.git#develop
58+
platform = https://github.com/pioarduino/platform-espressif32/releases/download/stable/platform-espressif32.zip
5959
framework = arduino
6060
board = esp32-c2-devkitm-1
6161
monitor_speed = 115200

0 commit comments

Comments
 (0)