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