Skip to content

Commit

Permalink
disable ble, always
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Jan 12, 2024
1 parent b16189c commit 6fa9a50
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions pxt.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,7 @@
"version.ts",
"button/button-smasher.md"
],
"testFiles": [
"test.microbit.ts",
"test.ts"
],
"testFiles": ["test.microbit.ts", "test.ts"],
"testDependencies": {},
"fileDependencies": {
"mbcompat.ts": "target:microbit || target:calliopemini",
Expand All @@ -85,16 +82,9 @@
"target": "4.0.11",
"targetId": "microbit"
},
"supportedTargets": [
"arcade",
"maker",
"microbit",
"calliopemini"
],
"supportedTargets": ["arcade", "maker", "microbit", "calliopemini"],
"preferredEditor": "tsprj",
"disablesVariants": [
"mbdal"
],
"disablesVariants": ["mbdal"],
"binaryonly": true,
"extension": {
"namespace": "modules",
Expand All @@ -106,7 +96,19 @@
"yotta": {
"config": {
"JACDAC_WEBUSB": 1,
"JACDAC_SWS_TRANSPORT": 1
"JACDAC_SWS_TRANSPORT": 1,
"microbit-dal": {
"bluetooth": {
"enabled": 0
}
},
"optionalConfig": {
"microbit-dal": {
"bluetooth": {
"enabled": 0
}
}
}
}
}
}

0 comments on commit 6fa9a50

Please sign in to comment.