forked from xiaozhi/xiaozhi-esp32
Add support for Waveshare ESP32-S3-Touch-AMOLED-1.32 board (#1378)
* Add support for Waveshare ESP32-S3-Touch-AMOLED-1.32 board * Modify the config.json to comply with the rules
This commit is contained in:
12
main/boards/waveshare-s3-touch-amoled-1.32/config.json
Normal file
12
main/boards/waveshare-s3-touch-amoled-1.32/config.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"target": "esp32s3",
|
||||
"builds": [
|
||||
{
|
||||
"name": "waveshare-s3-touch-amoled-1.32",
|
||||
"sdkconfig_append": [
|
||||
"CONFIG_ESPTOOLPY_FLASHSIZE=8MB",
|
||||
"CONFIG_PARTITION_TABLE_CUSTOM_FILENAME=partitions/v2/8m.csv"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user