From ff23d19f08736d0a439c8869a9cdf6a8722d51f2 Mon Sep 17 00:00:00 2001 From: fvanroie Date: Sun, 5 Feb 2023 05:50:21 +0100 Subject: [PATCH] Allow line and block comments in pages.jsonl --- CHANGLELOG.md | 1 + platformio.ini | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGLELOG.md b/CHANGLELOG.md index f4ac9676..79c3c404 100644 --- a/CHANGLELOG.md +++ b/CHANGLELOG.md @@ -5,6 +5,7 @@ ### Objects - Set default line_width of new `line` objects to 1 +- Allow line and block comments in pages.jsonl ### Fonts - Firmware files include the bitmapped font sizes 12, 16, 24 and 32pt diff --git a/platformio.ini b/platformio.ini index 17a3fd22..fb04a4f4 100644 --- a/platformio.ini +++ b/platformio.ini @@ -66,8 +66,8 @@ build_flags = ; -- ESP build options ------------------------------------ -D SPIFFS_TEMPORAL_FD_CACHE ; speedup opening recent files ; -- ArduinoJson build options ---------------------------- - -D ARDUINOJSON_DECODE_UNICODE=1 ; for utf-8 symbols - + -D ARDUINOJSON_DECODE_UNICODE=1 ; for utf-8 symbols + -D ARDUINOJSON_ENABLE_COMMENTS=1 ; enable comments ; -- StreamUtils build options ---------------------------- -D STREAMUTILS_ENABLE_EEPROM=1 ; for STM32, it also supports EEPROM