mirror of
https://github.com/modelec/TCPSocketServer.git
synced 2026-01-19 00:47:36 +01:00
value
This commit is contained in:
@@ -187,7 +187,7 @@ void TCPServer::handleMessage(const std::string& message, int clientSocket)
|
||||
else if (args[0] == "1") {
|
||||
int speed;
|
||||
|
||||
if (value > -4000 && value > 400) {
|
||||
if (value > -4000 && value < 4000) {
|
||||
value = 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user