| # CONFIG_CHIP_DEVICE_SERIAL_NUMBER="TelinkLight-tl7218x" |
| |
| # Disable Matter OTA DFU |
| CONFIG_CHIP_OTA_REQUESTOR=n |
| CONFIG_CHIP_DFU_OVER_BT_SMP=n |
| CONFIG_CHIP_DFU_OVER_BT_SMP_BUILD=n |
| |
| # LZMA compression library support |
| # Keep LZMA library enabled for potential general compression needs |
| CONFIG_LZMA=y |
| # Disable Telink-specific LZMA firmware decompression for bootloader |
| # This is not needed since Matter OTA is disabled (CONFIG_CHIP_OTA_REQUESTOR=n) |
| CONFIG_COMPRESS_LZMA=n |
| |
| # Enable ADC |
| CONFIG_ADC=n |
| |
| # matter switch mode |
| # config NORMAL_MODE 0 independent matter mode |
| # ACTION_DUAL_MODE 1 matter action switch mode ,such as by button, light-switch-app |
| # AUTO_SWITCH_DUAL_MODE 2 matter auto-switch mode ,such as lighting-app by scan QR code.should use 4m flash |
| CONFIG_DUAL_MODE=0 |