12345678910111213141516171819202122 |
- # Override some defaults so BT stack is enabled
- # by default in this example
- CONFIG_BT_ENABLED=y
- CONFIG_BTDM_CTRL_MODE_BLE_ONLY=y
- CONFIG_BTDM_CTRL_MODE_BR_EDR_ONLY=n
- CONFIG_BTDM_CTRL_MODE_BTDM=n
- #
- # Partition Table
- #
- # CONFIG_PARTITION_TABLE_SINGLE_APP is not set
- # CONFIG_PARTITION_TABLE_TWO_OTA is not set
- 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
- # end of Partition Table
- CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
- CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y
|