Replace PIO fuzzy version matches (reproducible builds) (#8984)

This change does not introduce version *changes*, but simply "updates" to the version already being referenced by the fuzzy-match (^)
This commit is contained in:
Austin
2025-12-15 19:48:34 -06:00
committed by GitHub
parent eafa8c7b47
commit ed77ba5612
59 changed files with 105 additions and 105 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
; Instead of the standard nordicnrf52 platform, we use our fork which has our added variant files
platform =
# renovate: datasource=custom.pio depName=platformio/nordicnrf52 packageName=platformio/platform/nordicnrf52
platformio/nordicnrf52@^10.8.0
platformio/nordicnrf52@10.10.0
extends = arduino_base
platform_packages =
; our custom Git version until they merge our PR