forked from xiaozhi/xiaozhi-esp32
* fix: fixed the issue that the device enters re-network configuration mode by mistake when long pressing to start the device. * fix: Do not shut down when connected to type-c. * fix: fixed the issue that firmware verification failed during OTA for 32M flash. * doc: update readme. * fix: Solve the problem that the partition table configuration is not effective.
15 lines
482 B
JSON
15 lines
482 B
JSON
{
|
|
"target": "esp32s3",
|
|
"builds": [
|
|
{
|
|
"name": "sensecap-watcher",
|
|
"sdkconfig_append": [
|
|
"CONFIG_ESPTOOLPY_FLASHSIZE_32MB=y",
|
|
"CONFIG_PARTITION_TABLE_CUSTOM_FILENAME=\"partitions_32M_sensecap.csv\"",
|
|
"CONFIG_BOOTLOADER_CACHE_32BIT_ADDR_QUAD_FLASH=y",
|
|
"CONFIG_ESPTOOLPY_FLASH_MODE_AUTO_DETECT=n",
|
|
"CONFIG_IDF_EXPERIMENTAL_FEATURES=y"
|
|
]
|
|
}
|
|
]
|
|
} |