mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-27 13:16:45 +00:00
Allow line and block comments in pages.jsonl
This commit is contained in:
parent
aa1f4e7642
commit
ff23d19f08
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user