ソースを参照

change: drv,ble,对wifi固件的要求降低到v15

Wendal Chen 6 ヶ月 前
コミット
08a8922430
1 ファイル変更1 行追加1 行削除
  1. 1 1
      components/bluetooth/drv/luat_drv_ble_port.c

+ 1 - 1
components/bluetooth/drv/luat_drv_ble_port.c

@@ -676,7 +676,7 @@ int luat_ble_notify_enable(luat_ble_uuid_t* uuid_service, luat_ble_uuid_t* uuid_
 
 int luat_ble_indicate_enable(luat_ble_uuid_t* uuid_service, luat_ble_uuid_t* uuid_characteristic, uint8_t enable) {
     LLOGD("执行luat_ble_indicate_enable %d", enable);
-    if (get_ble_version() < 16) {
+    if (get_ble_version() < 15) {
         LLOGE("ble:indicate_enable not support, ble version is %d", get_ble_version());
         return -1;
     }