added new thread

This commit is contained in:
ishak jmilou.ishak
2025-01-08 13:05:19 +01:00
parent 2bfd11276a
commit 184e723379

View File

@@ -31,6 +31,9 @@ void setup() {
client.connect();
client.subscribe("home/commands");
std::thread monitorThread(monitorKobukiConnection);
monitorThread.detach();
}
int main() {