mirror of
https://gitlab.fdmci.hva.nl/technische-informatica-sm3/ti-projectten/rooziinuubii79.git
synced 2025-08-03 20:04:58 +00:00
added new thread
This commit is contained in:
@@ -31,6 +31,9 @@ void setup() {
|
||||
|
||||
client.connect();
|
||||
client.subscribe("home/commands");
|
||||
|
||||
std::thread monitorThread(monitorKobukiConnection);
|
||||
monitorThread.detach();
|
||||
}
|
||||
|
||||
int main() {
|
||||
|
Reference in New Issue
Block a user