Added support some sensors. Fixed bug with WiFi initial configuration. Updated sensor hardware config message processing. Added led hardware config message processing. Updated components. Minor main code refactoring.
25 lines
696 B
Plaintext
Executable File
25 lines
696 B
Plaintext
Executable File
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.csv"
|
|
CONFIG_PARTITION_TABLE_FILENAME="partitions.csv"
|
|
CONFIG_PARTITION_TABLE_OFFSET=0x8000
|
|
CONFIG_PARTITION_TABLE_MD5=y
|
|
|
|
CONFIG_COMPILER_OPTIMIZATION_SIZE=y
|
|
|
|
CONFIG_LOG_DEFAULT_LEVEL_NONE=y
|
|
CONFIG_LOG_DEFAULT_LEVEL=0
|
|
|
|
CONFIG_LWIP_LOCAL_HOSTNAME="ESP-NOW Gateway"
|
|
|
|
CONFIG_MQTT_SKIP_PUBLISH_IF_DISCONNECTED=y
|
|
|
|
CONFIG_ESP_SYSTEM_EVENT_TASK_STACK_SIZE=4096 |