fix: use OpenOCD flash method on microbit v2 when using Nordic Semi SoftDevice

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram
2025-04-24 20:00:21 +02:00
committed by Daniel Esteban
parent de532643b1
commit 8d5b7710cf
+2 -1
View File
@@ -1,3 +1,4 @@
{
"inherits": ["microbit-v2", "nrf52833-s113v7"]
"inherits": ["microbit-v2", "nrf52833-s113v7"],
"flash-method": "openocd"
}