From 3a603e61ad7f5def289fce9834412c81768ead13 Mon Sep 17 00:00:00 2001 From: Dr John Vidler Date: Thu, 21 Sep 2023 20:38:38 +0100 Subject: [PATCH] Added a microbit config block in libs/core to set global flags --- libs/core/pxt.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/libs/core/pxt.json b/libs/core/pxt.json index 305c30b4083..8d29d1dca5a 100644 --- a/libs/core/pxt.json +++ b/libs/core/pxt.json @@ -1,6 +1,14 @@ { "name": "core", "description": "The microbit core library", + "microbit": { + "config": { + "DMESG_ENABLE": 1, + "DEVICE_DMESG_BUFFER_SIZE": 1024, + "DMESG_SERIAL_DEBUG": 1, + "CODAL_DEBUG": 1 + } + }, "additionalFilePath": "../../node_modules/pxt-common-packages/libs/base", "files": [ "README.md",