From c90146fd2aadd52dd88ba128934f9e85ad1913bd Mon Sep 17 00:00:00 2001 From: Dr John Vidler Date: Fri, 22 Sep 2023 14:59:18 +0100 Subject: [PATCH] Incremented the wrong config var, fixed. --- libs/core/pxt.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/libs/core/pxt.json b/libs/core/pxt.json index acfdd7e27cb..beee1fa152e 100644 --- a/libs/core/pxt.json +++ b/libs/core/pxt.json @@ -108,9 +108,8 @@ "DMESG_ENABLE": 1, "DEVICE_DMESG_BUFFER_SIZE": 1024, "DMESG_SERIAL_DEBUG": 1, - "CODAL_DEBUG": 1, - "CODAL_DEFAULT_STREAM_RECORDING_MAX_LENGTH": 60000, - "CODAL_DEBUG_HEAP": 3 + "CODAL_DEBUG": 3, + "CODAL_DEFAULT_STREAM_RECORDING_MAX_LENGTH": 60000 }, "optionalConfig": { "microbit-dal": {