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]
|
general.vendor=LCDWIKI
|
||||||
vendor=LCDWIKI
|
general.name=ES3C28P
|
||||||
name=ES3C28P
|
|
||||||
|
|
||||||
[apps]
|
apps.launcherAppId=Launcher
|
||||||
launcherAppId=Launcher
|
|
||||||
|
|
||||||
[hardware]
|
hardware.target=ESP32S3
|
||||||
target=ESP32S3
|
hardware.flashSize=16MB
|
||||||
flashSize=16MB
|
hardware.spiRam=true
|
||||||
spiRam=true
|
hardware.spiRamMode=OCT
|
||||||
spiRamMode=OCT
|
hardware.spiRamSpeed=120M
|
||||||
spiRamSpeed=120M
|
hardware.tinyUsb=true
|
||||||
tinyUsb=true
|
hardware.usbHostEnabled=false
|
||||||
usbHostEnabled=false
|
hardware.esptoolFlashFreq=120M
|
||||||
esptoolFlashFreq=120M
|
hardware.bluetooth=true
|
||||||
bluetooth=true
|
|
||||||
|
|
||||||
[display]
|
display.size=2.8"
|
||||||
size=2.8"
|
display.shape=rectangle
|
||||||
shape=rectangle
|
display.dpi=143
|
||||||
dpi=143
|
|
||||||
|
|
||||||
[lvgl]
|
lvgl.colorDepth=16
|
||||||
colorDepth=16
|
|
||||||
|
storage.userDataLocation=SD
|
||||||
|
|||||||
Reference in New Issue
Block a user