This commit is contained in:
chi
2025-07-01 10:29:56 +09:00
parent 00ab716ff3
commit af316e72d0
34 changed files with 8 additions and 5346 deletions

View File

@@ -375,11 +375,8 @@ namespace arDev
Recv1 = false;
return true;
}
else
{
return SendQuery_ReadStatue();
}
return SendQuery_ReadStatue();
}
else
{
@@ -389,10 +386,8 @@ namespace arDev
Recv0 = false;
return true;
}
else
{
return SendQuery_ReadCellvoltage();
}
return SendQuery_ReadCellvoltage();
}
}