mirror of
https://gitlab.fdmci.hva.nl/technische-informatica-sm3/ti-projectten/rooziinuubii79.git
synced 2025-08-03 20:04:58 +00:00
used wrong operator
This commit is contained in:
@@ -52,7 +52,7 @@ void parseMQTT(std::string &message){
|
||||
else if(message == "down"){
|
||||
robot.Rotate(-90);
|
||||
}
|
||||
else if(message = "stop"){
|
||||
else if(message == "stop"){
|
||||
robot.sendNullMessage();
|
||||
}
|
||||
else{
|
||||
|
Reference in New Issue
Block a user