Update properties parsing for app manifest and device manifest files (#544)
This commit is contained in:
committed by
GitHub
parent
35fd7dd536
commit
90afba647e
@@ -1,12 +1,9 @@
|
||||
[general]
|
||||
vendor=Generic
|
||||
name=ESP32-S3
|
||||
general.vendor=Generic
|
||||
general.name=ESP32-S3
|
||||
|
||||
[apps]
|
||||
launcherAppId=Launcher
|
||||
apps.launcherAppId=Launcher
|
||||
|
||||
[hardware]
|
||||
target=ESP32S3
|
||||
flashSize=4MB
|
||||
spiRam=false
|
||||
hardware.target=ESP32S3
|
||||
hardware.flashSize=4MB
|
||||
hardware.spiRam=false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user