master
lxw 4 months ago
parent e8d7d901d7
commit a9b36c8c47

@ -26,7 +26,7 @@ public class TBoxController : ControllerBase
{
Log.Info($"Connect {carNo}");
TBoxServerMgr.Server.StartSendVin(carNo);
return TBoxServerMgr.Server != null && TBoxServerMgr.Server.Connected;
return TBoxServerMgr.Server != null && TBoxServerMgr.Server.BatteryNo()!=null;
}
/// <summary>

Loading…
Cancel
Save