Added ESP32 - C2/C3/C6/S2/S3 support. Added ESP-NOW v2.0 support. Removed zh_network support. Removed external sensor support. Improved stability of work.
18 lines
547 B
Plaintext
18 lines
547 B
Plaintext
CONFIG_BOOTLOADER_OFFSET_IN_FLASH=0x1000
|
|
CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_SIZE=y
|
|
CONFIG_BOOTLOADER_LOG_LEVEL_NONE=y
|
|
CONFIG_BOOTLOADER_LOG_LEVEL=0
|
|
CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE=y
|
|
|
|
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
|
|
CONFIG_ESPTOOLPY_FLASHSIZE="4MB"
|
|
|
|
CONFIG_PARTITION_TABLE_CUSTOM=y
|
|
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions_esp32s3.csv"
|
|
CONFIG_PARTITION_TABLE_FILENAME="partitions_esp32s3.csv"
|
|
CONFIG_PARTITION_TABLE_OFFSET=0x8000
|
|
|
|
CONFIG_COMPILER_OPTIMIZATION_SIZE=y
|
|
|
|
CONFIG_LOG_DEFAULT_LEVEL_NONE=y
|
|
CONFIG_LOG_DEFAULT_LEVEL=0 |