Update properties parsing for app manifest and device manifest files (#544)
This commit is contained in:
committed by
GitHub
parent
35fd7dd536
commit
90afba647e
@@ -1,25 +1,19 @@
|
||||
[general]
|
||||
vendor=M5Stack
|
||||
name=Core2
|
||||
general.vendor=M5Stack
|
||||
general.name=Core2
|
||||
|
||||
[apps]
|
||||
launcherAppId=Launcher
|
||||
apps.launcherAppId=Launcher
|
||||
|
||||
[hardware]
|
||||
target=ESP32
|
||||
flashSize=16MB
|
||||
spiRam=true
|
||||
spiRamMode=QUAD
|
||||
spiRamSpeed=80M
|
||||
esptoolFlashFreq=80M
|
||||
hardware.target=ESP32
|
||||
hardware.flashSize=16MB
|
||||
hardware.spiRam=true
|
||||
hardware.spiRamMode=QUAD
|
||||
hardware.spiRamSpeed=80M
|
||||
hardware.esptoolFlashFreq=80M
|
||||
|
||||
[display]
|
||||
size=2"
|
||||
shape=rectangle
|
||||
dpi=200
|
||||
display.size=2"
|
||||
display.shape=rectangle
|
||||
display.dpi=200
|
||||
|
||||
[cdn]
|
||||
warningMessage=This board implementation concerns the original Core2 hardware and **not** the v1.1 variant
|
||||
cdn.warningMessage=This board implementation concerns the original Core2 hardware and **not** the v1.1 variant
|
||||
|
||||
[lvgl]
|
||||
colorDepth=16
|
||||
lvgl.colorDepth=16
|
||||
|
||||
Reference in New Issue
Block a user