Merge pull request #2023 from nextgens/fix_pio_upload

fix pio upload
This commit is contained in:
ripplebiz
2026-03-16 14:00:55 +11:00
committed by GitHub
2 changed files with 4 additions and 2 deletions

View File

@@ -46,7 +46,8 @@
],
"debug": {
"jlink_device": "nRF52840_xxAA",
"svd_path": "nrf52840.svd"
"svd_path": "nrf52840.svd",
"openocd_target": "nrf52.cfg"
},
"frameworks": [
"arduino"

View File

@@ -46,7 +46,8 @@
],
"debug": {
"jlink_device": "nRF52840_xxAA",
"svd_path": "nrf52840.svd"
"svd_path": "nrf52840.svd",
"openocd_target": "nrf52.cfg"
},
"frameworks": [
"arduino"