File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -39,18 +39,18 @@ board = ...
3939...
4040```
4141
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 **
4444
4545``` ini
4646[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
4848framework = arduino
4949board = esp32-solo1
5050monitor_speed = 115200
5151
5252[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
5454framework = arduino
5555board = esp32-c2-devkitm-1
5656monitor_speed = 115200
You can’t perform that action at this time.
0 commit comments