Browse Source
Merge pull request #2483 from oltaco/dev
fix CustomLFS version pinning
pull/2488/head
Huw Duddy
1 month 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
|
|
@ -92,7 +92,7 @@ build_flags = ${arduino_base.build_flags} |
|
|
-D EXTRAFS=1 |
|
|
-D EXTRAFS=1 |
|
|
lib_deps = |
|
|
lib_deps = |
|
|
${arduino_base.lib_deps} |
|
|
${arduino_base.lib_deps} |
|
|
https://github.com/oltaco/CustomLFS @ 0.2.1 |
|
|
https://github.com/oltaco/CustomLFS#0.2.1 |
|
|
; ----------------- RP2040 --------------------- |
|
|
; ----------------- RP2040 --------------------- |
|
|
|
|
|
|
|
|
[rp2040_base] |
|
|
[rp2040_base] |
|
|
|