first commit
This commit is contained in:
18
main/boards/zhengchen-cam-ml307/config.json
Normal file
18
main/boards/zhengchen-cam-ml307/config.json
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"target": "esp32s3",
|
||||
"builds": [
|
||||
{
|
||||
"name": "zhengchen-cam-ml307",
|
||||
"sdkconfig_append": [
|
||||
"CONFIG_USE_DEVICE_AEC=y",
|
||||
"CONFIG_LWIP_TCPIP_RECVMBOX_SIZE=48",
|
||||
"CONFIG_ESP_WIFI_DYNAMIC_RX_BUFFER_NUM=32",
|
||||
"CONFIG_ESP_WIFI_TASK_PINNED_TO_CORE_0=n",
|
||||
"CONFIG_ESP_WIFI_TASK_PINNED_TO_CORE_1=y",
|
||||
"CONFIG_LV_USE_FONT_COMPRESSED=y",
|
||||
"CONFIG_LV_USE_FONT_PLACEHOLDER=y",
|
||||
"CONFIG_PARTITION_TABLE_CUSTOM_FILENAME=\"partitions/v2/16m.csv\""
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user