mirror of
https://gitlab.fdmci.hva.nl/technische-informatica-sm3/ti-projectten/rooziinuubii79.git
synced 2025-08-03 20:04:58 +00:00
fix last build errors
This commit is contained in:
@@ -41,7 +41,7 @@ std::string readMQTT()
|
|||||||
return message;
|
return message;
|
||||||
}
|
}
|
||||||
|
|
||||||
void parseMQTT(std::string &message){
|
void parseMQTT(std::string message){
|
||||||
if(message == "up"){
|
if(message == "up"){
|
||||||
robot.forward(600);
|
robot.forward(600);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user