updated yotta settings for neopixel package

This commit is contained in:
Peli de Halleux 2016-06-07 10:53:44 -07:00
parent 71b3b6bb22
commit 3051e09bcf

View File

@ -9,9 +9,13 @@
"testFiles": [ "testFiles": [
"neotest.ts" "neotest.ts"
], ],
"microbit": { "yotta": {
"config": { "config": {
"MICROBIT_BLE_ENABLED": "0" "microbit-dal": {
"bluetooth": {
"enabled": 0
}
}
} }
}, },
"public": true, "public": true,