Browse Source

蓝牙升级连调

liuhahaha0909 2 weeks ago
parent
commit
685d5c88f0
2 changed files with 3 additions and 3 deletions
  1. 2 2
      common/bluetooth/ZXCar.js
  2. 1 1
      pages/index/index.vue

+ 2 - 2
common/bluetooth/ZXCar.js

@@ -222,7 +222,7 @@ async function readBinBinarayToCommand() {
 }
 
 function sendNextCommand(mac_id) {
-	console.log('开始发送指令');
+	console.log(currentCommandIndex,commands.length,'开始发送指令');
 	// console.log(commands[currentCommandIndex],'command');
     if (currentCommandIndex >= commands.length) {
 		uni.hideLoading();
@@ -258,7 +258,7 @@ function sendNextCommand(mac_id) {
 }
 
 function splitArrayIntoChunks(array, chunkSize) {
-	const newArr=array.slice(16384)
+	const newArr=array.slice(16383)
     const numChunks = Math.ceil(newArr.length / chunkSize);
 	
     return Array.from({ length: numChunks }, (_, i) => {

+ 1 - 1
pages/index/index.vue

@@ -166,7 +166,7 @@
 		 * 生命周期函数--监听页面显示
 		 */
 		onShow: function() {
-			const permissionArr=permision.requestAndroidPermissions()
+			// const permissionArr=permision.requestAndroidPermissions()
 			// permision.gotoAppPermissionSetting()
 			// let status = checkBatteryOptimizationStatus();
 			// if (!permissionArr) {