Merge pull request #2023 from nextgens/fix_pio_upload

fix pio upload
Tento commit je obsažen v:
ripplebiz
2026-03-16 14:00:55 +11:00
odevzdal GitHub
2 změnil soubory, kde provedl 4 přidání a 2 odebrání
+2 -1
Zobrazit soubor
@@ -46,7 +46,8 @@
], ],
"debug": { "debug": {
"jlink_device": "nRF52840_xxAA", "jlink_device": "nRF52840_xxAA",
"svd_path": "nrf52840.svd" "svd_path": "nrf52840.svd",
"openocd_target": "nrf52.cfg"
}, },
"frameworks": [ "frameworks": [
"arduino" "arduino"
+2 -1
Zobrazit soubor
@@ -46,7 +46,8 @@
], ],
"debug": { "debug": {
"jlink_device": "nRF52840_xxAA", "jlink_device": "nRF52840_xxAA",
"svd_path": "nrf52840.svd" "svd_path": "nrf52840.svd",
"openocd_target": "nrf52.cfg"
}, },
"frameworks": [ "frameworks": [
"arduino" "arduino"