Skip to content

Commit 73d81e2

Browse files
authored
Update README.md
1 parent 19de905 commit 73d81e2

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# Fork of Platformio Espressif 32: development platform for [PlatformIO](https://platformio.org)
33

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

78
> [!NOTE]
@@ -26,25 +27,26 @@ ESP32 is a series of low-cost, low-power system on a chip microcontrollers with
2627
- Search for the official `platformio ide` extension.
2728
- Install PlatformIO IDE extension.
2829

29-
![image](https://github.com/user-attachments/assets/9549991b-6a8b-4d77-ad9f-3b08873d7e30)
30+
![image](idesetup.png)
3031

3132
# Usage
3233
1. Setup new VSCode PlatformIO project.
3334
1. Configure a platform option in [platformio.ini](https://docs.platformio.org/page/projectconf.html) file:
3435

3536
### Stable version
36-
espressif Arduino 3.0.3 and IDF 5.1.4
37+
espressif Arduino 3.0.4 and IDF 5.1.4
3738

3839
See `platform` [documentation](https://docs.platformio.org/en/latest/projectconf/sections/env/options/platform/platform.html#projectconf-env-platform) for details.
3940

4041
```ini
4142
[env:stable]
42-
platform = https://github.com/pioarduino/platform-espressif32/releases/download/51.03.03/platform-espressif32.zip
43+
platform = https://github.com/pioarduino/platform-espressif32/releases/download/51.03.04/platform-espressif32.zip
4344
board = ...
4445
...
4546
```
4647

4748
### Development version
49+
espressif Arduino repo branch master and latest compiled Arduino libs
4850

4951
```ini
5052
[env:development]

0 commit comments

Comments
 (0)