Skip to content

Commit 6051bc5

Browse files
authored
Update README.md
1 parent dc52ca6 commit 6051bc5

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

README.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,20 @@ Espressif Systems is a privately held fabless semiconductor company. They provid
1515
1. [Install PlatformIO](http://platformio.org)
1616
2. Create PlatformIO project and configure a platform option in [platformio.ini](http://docs.platformio.org/page/projectconf.html) file:
1717

18-
## Stable version
19-
20-
```ini
21-
[env:stable]
18+
### Stable Release (including ESP32-solo1)
19+
based on Arduino Core 2.0.5 and can be used with Platformio for the ESP32/ESP32solo1, ESP32C3, ESP32S2 and ESP32S3
20+
```
21+
[platformio]
2222
platform = https://github.com/tasmota/platform-espressif32/releases/download/v2.0.5.1/platform-espressif32-2.0.5.1.zip
23-
board = ...
24-
...
23+
framework = arduino, espidf
24+
```
25+
to use the ESP32 Solo1 Arduino framework add in your env
26+
```
27+
[env:esp32solo1]
28+
board = esp32-solo1
29+
build_flags = -DFRAMEWORK_ARDUINO_SOLO1
2530
```
31+
The frameworks are here [https://github.com/tasmota/arduino-esp32/releases](https://github.com/tasmota/arduino-esp32/releases)
2632

2733
# Configuration
2834

0 commit comments

Comments
 (0)