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
<!-- ? Support for State and Part properties -->
- 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

View File

@ -67,7 +67,7 @@ build_flags =
-D SPIFFS_TEMPORAL_FD_CACHE ; speedup opening recent files
; -- ArduinoJson build options ----------------------------
-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