Mettre à jour 'conception/th_manageRobot.txt'

This commit is contained in:
Jean-Remy Hok 2021-03-15 11:36:06 +01:00
parent 1fc68cb1b8
commit cb2975cef5

View file

@ -19,6 +19,7 @@ while ()
:stopRobot?; :stopRobot?;
:robot.Write(new Message(MESSAGE_ROBOT_STOP)); :robot.Write(new Message(MESSAGE_ROBOT_STOP));
:robot.Close(); :robot.Close();
:robotStarted = false;
endif endif
else else
:msgSend = new Message(MESSAGE_ANSWER_NACK); :msgSend = new Message(MESSAGE_ANSWER_NACK);