diff --git a/libs/neopixel/pxt.json b/libs/neopixel/pxt.json index 6c21ab4f..4386d23b 100644 --- a/libs/neopixel/pxt.json +++ b/libs/neopixel/pxt.json @@ -9,9 +9,13 @@ "testFiles": [ "neotest.ts" ], - "microbit": { + "yotta": { "config": { - "MICROBIT_BLE_ENABLED": "0" + "microbit-dal": { + "bluetooth": { + "enabled": 0 + } + } } }, "public": true,