Browse Source
Merge pull request #569 from recrof/dev
esp32c6: pin the pioarduino version to last working one
pull/575/head
ripplebiz
10 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
platformio.ini
|
|
|
@ -67,7 +67,7 @@ lib_deps = |
|
|
|
; esp32c6 uses arduino framework 3.x |
|
|
|
[esp32c6_base] |
|
|
|
extends = esp32_base |
|
|
|
platform = https://github.com/pioarduino/platform-espressif32/releases/download/stable/platform-espressif32.zip |
|
|
|
platform = https://github.com/pioarduino/platform-espressif32/releases/download/54.03.21/platform-espressif32.zip |
|
|
|
|
|
|
|
; ----------------- NRF52 --------------------- |
|
|
|
|
|
|
|
|