File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -39,18 +39,18 @@ board = ...
39
39
...
40
40
```
41
41
42
- ### ESP32-solo1 and ESP32-C2 Arduino support (with pioarduino only feature: * Hybrid compile * )
43
- Example configuration:
42
+ ### pioarduino only feature
43
+ ESP32-solo1 and ESP32-C2 support via ** Hybrid compile **
44
44
45
45
``` ini
46
46
[env:esp32solo1]
47
- platform = https://github.com/pioarduino/platform-espressif32.git # develop
47
+ platform = https://github.com/pioarduino/platform-espressif32/releases/download/stable/platform-espressif32.zip
48
48
framework = arduino
49
49
board = esp32-solo1
50
50
monitor_speed = 115200
51
51
52
52
[env:esp32-c2-devkitm-1]
53
- platform = https://github.com/pioarduino/platform-espressif32.git # develop
53
+ platform = https://github.com/pioarduino/platform-espressif32/releases/download/stable/platform-espressif32.zip
54
54
framework = arduino
55
55
board = esp32-c2-devkitm-1
56
56
monitor_speed = 115200
You can’t perform that action at this time.
0 commit comments