Skip to content

Commit c4e91f0

Browse files
committed
update with BLE off in display-shield
1 parent d3ea990 commit c4e91f0

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

pxt.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@
2020
"options.ts",
2121
"coreAssets.ts"
2222
],
23+
"yotta": {
24+
"config": {
25+
"DEVICE_BLE": 0
26+
}
27+
},
2328
"supportedTargets": [
2429
"microbit"
2530
],
@@ -30,7 +35,7 @@
3035
"core": "*",
3136
"radio": "*",
3237
"microphone": "*",
33-
"display-shield": "github:microbit-apps/display-shield#v1.0.9"
38+
"display-shield": "github:microbit-apps/display-shield#v1.1.4"
3439
},
3540
"testDependencies": {}
3641
}

0 commit comments

Comments
 (0)