Add freenove-esp32s3-display-2.8-lcd (#1876)
* add freenove-esp32s3-display-2.8-lcd from https://github.com/Freenove/xiaozhi-esp32 and updated to v2.2.4 * add Freenove_ESP32S3_DISPLAY_2_8_LCD to configs * Update from manufacturer https://github.com/Freenove/xiaozhi-esp32/tree/New * Delete main/boards/freenove-esp32s3-display-2.8-lcd/_static/ReadMe/media-kit-2.8-lcd-top.jpg orphan * Delete main/boards/freenove-esp32s3-display-2.8-lcd/_static/ReadMe/media-kit-2.8-lcd-sideview.jpg orphan * Delete main/boards/freenove-esp32s3-display-2.8-lcd/_static/ReadMe directory * readme update
This commit is contained in:
15
main/boards/freenove-esp32s3-display-2.8-lcd/config.json
Normal file
15
main/boards/freenove-esp32s3-display-2.8-lcd/config.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"target": "esp32s3",
|
||||
"builds": [
|
||||
{
|
||||
"name": "freenove-esp32s3-display-2.8-lcd",
|
||||
"sdkconfig_append": [
|
||||
"CONFIG_ESPTOOLPY_FLASHSIZE_16MB=y",
|
||||
"CONFIG_PARTITION_TABLE_CUSTOM_FILENAME=\"partitions/v2/16m.csv\"",
|
||||
"CONFIG_LANGUAGE_EN_US=y"
|
||||
"CONFIG_SR_WN_WN9S_HIESP=y",
|
||||
"CONFIG_SR_WN_WN9_HIESP=y"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user