Skip to content

Commit a2ca213

Browse files
authored
Merge pull request #3 from fabianhugo/disable_BLE_DFU
force BLE off
2 parents 46565d0 + f6fe54b commit a2ca213

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pxt.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,10 @@
2626
"supportedTargets": [
2727
"microbit"
2828
],
29+
"yotta": {
30+
"config": {
31+
"DEVICE_BLE": 0
32+
}
33+
},
2934
"preferredEditor": "blocksprj"
3035
}

0 commit comments

Comments
 (0)