added debugging print

This commit is contained in:
2024-11-04 11:50:51 +01:00
parent 60f27af05d
commit 7e1e46bcc3

View File

@@ -26,6 +26,7 @@ int main(){
client.run(); client.run();
while(true){ while(true){
parseMQTT(readMQTT()); parseMQTT(readMQTT());
cout << readMQTT() << endl; //debugging
} }
return 0; return 0;
} }