minimize startup time

This commit is contained in:
2018-10-07 11:47:57 +02:00
parent b91255fe85
commit 75a4e3e94c
2 changed files with 1 additions and 2 deletions

View File

@@ -15,7 +15,6 @@ MeshCat sprocket(
);
void setup() {
delay(STARTUP_DELAY);
sprocket.join(net);
}