mirror of
https://github.com/modelec/TCPSocketClient.git
synced 2026-01-18 16:37:35 +01:00
servo moteur
This commit is contained in:
@@ -29,7 +29,7 @@ int main(int argc, char* argv[]) {
|
||||
std::this_thread::sleep_for(std::chrono::milliseconds(100));
|
||||
client.sendMessage("tirette;strat;ready;1");
|
||||
std::this_thread::sleep_for(std::chrono::milliseconds(100));
|
||||
client.sendMessage("servo_pot;strat;ready;1");
|
||||
client.sendMessage("servo_moteur;strat;ready;1");
|
||||
} else {
|
||||
client.sendMessage(message);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user