From 6aa25550e788cf2dc22b3b3a87a507f22523b65c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E7=AB=8B=E5=B8=AE?= <3294713004@qq.com> Date: Fri, 20 Dec 2024 21:34:56 +0800 Subject: [PATCH] =?UTF-8?q?Update:=20=E8=B0=83=E6=95=B4=E5=9C=A8=E7=BA=BF?= =?UTF-8?q?=E7=89=88=E4=B8=8Bmicropython=20microbit=E5=92=8Cmithoncc?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E5=9B=BA=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- boards/default/micropython_nrf51822_microbit/config.json | 4 ++-- boards/default/micropython_nrf51822_mithoncc/config.json | 2 +- .../micropython_nrf51822_microbit/origin/config.json | 4 ++-- .../micropython_nrf51822_mithoncc/origin/config.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/boards/default/micropython_nrf51822_microbit/config.json b/boards/default/micropython_nrf51822_microbit/config.json index 5f45a726..66070d04 100644 --- a/boards/default/micropython_nrf51822_microbit/config.json +++ b/boards/default/micropython_nrf51822_microbit/config.json @@ -55,10 +55,10 @@ "com": "usb", "burn": { "micropython:nrf51822:v1": { - "filePath": "./build/microbit-micropython-v1-lib.hex" + "filePath": "./build/microbit-micropython-v1.hex" }, "micropython:nrf51822:v2": { - "filePath": "./build/microbit-micropython-v2-lib.hex" + "filePath": "./build/microbit-micropython-v2.hex" } } } diff --git a/boards/default/micropython_nrf51822_mithoncc/config.json b/boards/default/micropython_nrf51822_mithoncc/config.json index d0889dbb..8ea112be 100644 --- a/boards/default/micropython_nrf51822_mithoncc/config.json +++ b/boards/default/micropython_nrf51822_mithoncc/config.json @@ -48,7 +48,7 @@ "web": { "com": "usb", "burn": { - "filePath": "./build/microbit-micropython-v1-lib.hex" + "filePath": "./build/microbit-micropython-v1.hex" } } } diff --git a/boards/default_src/micropython_nrf51822_microbit/origin/config.json b/boards/default_src/micropython_nrf51822_microbit/origin/config.json index 5f45a726..66070d04 100644 --- a/boards/default_src/micropython_nrf51822_microbit/origin/config.json +++ b/boards/default_src/micropython_nrf51822_microbit/origin/config.json @@ -55,10 +55,10 @@ "com": "usb", "burn": { "micropython:nrf51822:v1": { - "filePath": "./build/microbit-micropython-v1-lib.hex" + "filePath": "./build/microbit-micropython-v1.hex" }, "micropython:nrf51822:v2": { - "filePath": "./build/microbit-micropython-v2-lib.hex" + "filePath": "./build/microbit-micropython-v2.hex" } } } diff --git a/boards/default_src/micropython_nrf51822_mithoncc/origin/config.json b/boards/default_src/micropython_nrf51822_mithoncc/origin/config.json index d0889dbb..8ea112be 100644 --- a/boards/default_src/micropython_nrf51822_mithoncc/origin/config.json +++ b/boards/default_src/micropython_nrf51822_mithoncc/origin/config.json @@ -48,7 +48,7 @@ "web": { "com": "usb", "burn": { - "filePath": "./build/microbit-micropython-v1-lib.hex" + "filePath": "./build/microbit-micropython-v1.hex" } } }