ソースを参照

ff-bath-bt-proxy-02: change framework to arduino

Patryk M. Gutowski 2 年 前
コミット
ce3b7bf8ce
1 ファイル変更10 行追加9 行削除
  1. 10 9
      ff-bath-bt-proxy-02.yaml

+ 10 - 9
ff-bath-bt-proxy-02.yaml

@@ -13,12 +13,13 @@ esphome:
 esp32:
   board: esp32dev
   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_TASK_WDT: n
       # CONFIG_INT_WDT: n
@@ -43,12 +44,12 @@ wifi:
   password: !secret iot_password
   domain: .int.mmax.cloud
   
-esp32_ble_tracker:
-  scan_parameters:
+#esp32_ble_tracker:
+#  scan_parameters:
     # We currently use the defaults to ensure Bluetooth
     # can co-exist with WiFi In the future we may be able to
     # enable the built-in coexistence logic in ESP-IDF
-    active: true
+#    active: true
 
 bluetooth_proxy:
   active: true