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();
while(true){
parseMQTT(readMQTT());
cout << readMQTT() << endl; //debugging
}
return 0;
}