Commit 221b90d1 authored by 潘栩锋's avatar 潘栩锋 🚴

修复 AD盒 当连接断开 需要把 IsReady 复位为 false

parent 2c4a6aee
...@@ -708,6 +708,7 @@ namespace FlyADBase ...@@ -708,6 +708,7 @@ namespace FlyADBase
} }
else else
{ {
isReadyContext.Reset();
DriveOrder = DRIVE_MAN_ORDER.IDLE; DriveOrder = DRIVE_MAN_ORDER.IDLE;
DriveStatus = DRIVE_MAN_STATUS.STOP; DriveStatus = DRIVE_MAN_STATUS.STOP;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment