it compiles again

This commit is contained in:
2024-11-04 10:09:10 +01:00
parent 896897d1b0
commit b8b61df756

View File

@@ -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
}
}
}