fix(es3c28p): convert device.properties to dot-notation format to support Bluetooth in upstream build
This commit is contained in:
@@ -1,25 +1,22 @@
|
||||
[general]
|
||||
vendor=LCDWIKI
|
||||
name=ES3C28P
|
||||
general.vendor=LCDWIKI
|
||||
general.name=ES3C28P
|
||||
|
||||
[apps]
|
||||
launcherAppId=Launcher
|
||||
apps.launcherAppId=Launcher
|
||||
|
||||
[hardware]
|
||||
target=ESP32S3
|
||||
flashSize=16MB
|
||||
spiRam=true
|
||||
spiRamMode=OCT
|
||||
spiRamSpeed=120M
|
||||
tinyUsb=true
|
||||
usbHostEnabled=false
|
||||
esptoolFlashFreq=120M
|
||||
bluetooth=true
|
||||
hardware.target=ESP32S3
|
||||
hardware.flashSize=16MB
|
||||
hardware.spiRam=true
|
||||
hardware.spiRamMode=OCT
|
||||
hardware.spiRamSpeed=120M
|
||||
hardware.tinyUsb=true
|
||||
hardware.usbHostEnabled=false
|
||||
hardware.esptoolFlashFreq=120M
|
||||
hardware.bluetooth=true
|
||||
|
||||
[display]
|
||||
size=2.8"
|
||||
shape=rectangle
|
||||
dpi=143
|
||||
display.size=2.8"
|
||||
display.shape=rectangle
|
||||
display.dpi=143
|
||||
|
||||
[lvgl]
|
||||
colorDepth=16
|
||||
lvgl.colorDepth=16
|
||||
|
||||
storage.userDataLocation=SD
|
||||
|
||||
Reference in New Issue
Block a user