Browse Source

Merge pull request #2483 from oltaco/dev

fix CustomLFS version pinning
pull/2488/head
Huw Duddy 4 weeks ago
committed by GitHub
parent
commit
6b3df327e9
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      platformio.ini

2
platformio.ini

@ -92,7 +92,7 @@ build_flags = ${arduino_base.build_flags}
-D EXTRAFS=1
lib_deps =
${arduino_base.lib_deps}
https://github.com/oltaco/CustomLFS @ 0.2.1
https://github.com/oltaco/CustomLFS#0.2.1
; ----------------- RP2040 ---------------------
[rp2040_base]

Loading…
Cancel
Save