From 68ef7c2fc209d780ae04a8468716c2ee44da4b29 Mon Sep 17 00:00:00 2001 From: "Matthias L. Jugel" Date: Sat, 8 Oct 2016 15:15:01 +0200 Subject: [PATCH] fix initialization of Accelerometer (delayed in uBit.init()), enable DAL debugging --- libs/microbit/pxt.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libs/microbit/pxt.json b/libs/microbit/pxt.json index 34847ae0..e05f305a 100644 --- a/libs/microbit/pxt.json +++ b/libs/microbit/pxt.json @@ -41,7 +41,8 @@ "microbit-dal": { "bluetooth": { "enabled": 0 - } + }, + "debug": 1 } } }