|
@@ -13,12 +13,13 @@ esphome:
|
|
|
esp32:
|
|
esp32:
|
|
|
board: esp32dev
|
|
board: esp32dev
|
|
|
framework:
|
|
framework:
|
|
|
- type: esp-idf
|
|
|
|
|
- sdkconfig_options:
|
|
|
|
|
- CONFIG_BT_BLE_50_FEATURES_SUPPORTED: y
|
|
|
|
|
- CONFIG_BT_BLE_42_FEATURES_SUPPORTED: y
|
|
|
|
|
- CONFIG_BOOTLOADER_WDT_ENABLE: n
|
|
|
|
|
- CONFIG_BOOTLOADER_WDT_DISABLE_IN_USER_CODE: y
|
|
|
|
|
|
|
+ type: arduino
|
|
|
|
|
+# type: esp-idf
|
|
|
|
|
+# sdkconfig_options:
|
|
|
|
|
+# CONFIG_BT_BLE_50_FEATURES_SUPPORTED: y
|
|
|
|
|
+# CONFIG_BT_BLE_42_FEATURES_SUPPORTED: y
|
|
|
|
|
+# CONFIG_BOOTLOADER_WDT_ENABLE: n
|
|
|
|
|
+# CONFIG_BOOTLOADER_WDT_DISABLE_IN_USER_CODE: y
|
|
|
# CONFIG_ESP_INT_WDT: n
|
|
# CONFIG_ESP_INT_WDT: n
|
|
|
# CONFIG_ESP_TASK_WDT: n
|
|
# CONFIG_ESP_TASK_WDT: n
|
|
|
# CONFIG_INT_WDT: n
|
|
# CONFIG_INT_WDT: n
|
|
@@ -43,12 +44,12 @@ wifi:
|
|
|
password: !secret iot_password
|
|
password: !secret iot_password
|
|
|
domain: .int.mmax.cloud
|
|
domain: .int.mmax.cloud
|
|
|
|
|
|
|
|
-esp32_ble_tracker:
|
|
|
|
|
- scan_parameters:
|
|
|
|
|
|
|
+#esp32_ble_tracker:
|
|
|
|
|
+# scan_parameters:
|
|
|
# We currently use the defaults to ensure Bluetooth
|
|
# We currently use the defaults to ensure Bluetooth
|
|
|
# can co-exist with WiFi In the future we may be able to
|
|
# can co-exist with WiFi In the future we may be able to
|
|
|
# enable the built-in coexistence logic in ESP-IDF
|
|
# enable the built-in coexistence logic in ESP-IDF
|
|
|
- active: true
|
|
|
|
|
|
|
+# active: true
|
|
|
|
|
|
|
|
bluetooth_proxy:
|
|
bluetooth_proxy:
|
|
|
active: true
|
|
active: true
|