do not quit the while loop

This commit is contained in:
ackimixs
2024-04-04 20:02:17 +02:00
parent 0e8ba06e48
commit cd7a7fe7d8

View File

@@ -23,7 +23,6 @@ int main(int argc, char* argv[]) {
}
if (message == "clear") {
client.pwm_clear();
break;
}
client.sendMessage(message.c_str());