Skip to content

Commit

Permalink
Added a microbit config block in libs/core to set global flags
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnVidler committed Sep 21, 2023
1 parent 5e3f12e commit 3a603e6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions libs/core/pxt.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 3a603e6

Please sign in to comment.