kidd3166 3 years ago
parent
commit
8930b58c1f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/provider/bluetooth.dart

+ 1 - 1
lib/provider/bluetooth.dart

@@ -336,7 +336,7 @@ class Bluetooth with ChangeNotifier, InjectApi {
         dataNotifier.value = info;
         dataNotifier.value = info;
         electricityNotifier.value = min(info['0_electricity'] ?? 0, info['1_electricity'] ?? 0);
         electricityNotifier.value = min(info['0_electricity'] ?? 0, info['1_electricity'] ?? 0);
 
 
-        _testElectricity(info);
+        // _testElectricity(info);
 
 
         break;
         break;
       case 0x02: // 查询步数
       case 0x02: // 查询步数