Merge pull request #2023 from nextgens/fix_pio_upload

fix pio upload
このコミットが含まれているのは:
ripplebiz
2026-03-16 14:00:55 +11:00
committed by GitHub
コミット 1a35d33b6c
2個のファイルの変更4行の追加2行の削除
+2 -1
ファイルの表示
@@ -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
ファイルの表示
@@ -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"