Added defaults.

This commit is contained in:
imi415 2022-07-04 23:44:55 +08:00
parent e77181ce67
commit b995826974
Signed by: imi415
GPG Key ID: 885EC2B5A8A6F8A7
1 changed files with 5 additions and 1 deletions

View File

@ -4,4 +4,8 @@ CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
# Use custom partition table, 3MB application.
CONFIG_PARTITION_TABLE_CUSTOM=y
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv"
CONFIG_PARTITION_TABLE_FILENAME="partitions.csv"
CONFIG_PARTITION_TABLE_FILENAME="partitions.csv"
# Custom CA bundle for mbedTLS
CONFIG_MBEDTLS_CUSTOM_CERTIFICATE_BUNDLE=y
CONFIG_MBEDTLS_CUSTOM_CERTIFICATE_BUNDLE_PATH="assets/ca"