Replace sdkconfig with device.properties (#411)
This commit is contained in:
committed by
GitHub
parent
8335611796
commit
7918451699
@@ -1,5 +0,0 @@
|
||||
# M5Stack StickC Plus
|
||||
|
||||
Docs:
|
||||
|
||||
- [M5Stack.com](https://docs.m5stack.com/en/core/m5stickc_plus)
|
||||
@@ -0,0 +1,18 @@
|
||||
[general]
|
||||
vendor=M5Stack
|
||||
name=StickC Plus
|
||||
incubating=true
|
||||
|
||||
[hardware]
|
||||
target=ESP32
|
||||
flashSize=4MB
|
||||
spiRam=false
|
||||
esptoolFlashFreq=80M
|
||||
|
||||
[display]
|
||||
size=1.14"
|
||||
shape=rectangle
|
||||
dpi=242
|
||||
|
||||
[lvgl]
|
||||
colorDepth=16
|
||||
Reference in New Issue
Block a user