mirror of
https://gitlab.fdmci.hva.nl/technische-informatica-sm3/ti-projectten/rooziinuubii79.git
synced 2025-08-04 12:24:57 +00:00
it compiles again
This commit is contained in:
@@ -10,7 +10,7 @@ using namespace std;
|
||||
CKobuki robot;
|
||||
int movement();
|
||||
std::string readMQTT();
|
||||
MqttClient client("mqtt://localhost:1883", "KobukiRPI", "ishak", "kobuki");
|
||||
MqttClient client("mqtt://145.92.224.21:1883", "KobukiRPI", "ishak", "kobuki");
|
||||
|
||||
|
||||
void setup(){
|
||||
@@ -143,4 +143,4 @@ void logToFile()
|
||||
|
||||
std::this_thread::sleep_for(std::chrono::seconds(2)); // Sleep for 2 seconds
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user