fix nullpointer

This commit is contained in:
2024-11-04 13:19:31 +01:00
parent 60a51daf7b
commit 0dc267536e

View File

@@ -12,7 +12,7 @@ int movement();
std::string readMQTT();
void parseMQTT(std::string message);
MqttClient client("mqtt://145.92.224.21:1883", "KobukiRPI", "ishak", "kobuki"); //create a client object
std::string message;
std::string message = "stop";
void setup(){
unsigned char *null_ptr(0);