Allow line and block comments in pages.jsonl

This commit is contained in:
fvanroie 2023-02-05 05:50:21 +01:00
parent aa1f4e7642
commit ff23d19f08
2 changed files with 3 additions and 2 deletions

View File

@ -5,6 +5,7 @@
### Objects ### Objects
<!-- ? Support for State and Part properties --> <!-- ? Support for State and Part properties -->
- Set default line_width of new `line` objects to 1 - Set default line_width of new `line` objects to 1
- Allow line and block comments in pages.jsonl
### Fonts ### Fonts
- Firmware files include the bitmapped font sizes 12, 16, 24 and 32pt - Firmware files include the bitmapped font sizes 12, 16, 24 and 32pt

View File

@ -66,8 +66,8 @@ build_flags =
; -- ESP build options ------------------------------------ ; -- ESP build options ------------------------------------
-D SPIFFS_TEMPORAL_FD_CACHE ; speedup opening recent files -D SPIFFS_TEMPORAL_FD_CACHE ; speedup opening recent files
; -- ArduinoJson build options ---------------------------- ; -- 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 ---------------------------- ; -- StreamUtils build options ----------------------------
-D STREAMUTILS_ENABLE_EEPROM=1 ; for STM32, it also supports EEPROM -D STREAMUTILS_ENABLE_EEPROM=1 ; for STM32, it also supports EEPROM