added so program doesnt instandly quit

This commit is contained in:
2024-10-24 13:30:59 +02:00
parent 0bfe04e67e
commit dfb1415940

View File

@@ -24,6 +24,8 @@ void setup(){
int main(){ int main(){
setup(); setup();
readMQTT(); readMQTT();
client.run();
return 0;
} }
std::string readMQTT() std::string readMQTT()