mirror of
https://gitlab.com/zwirbel/illucat.git
synced 2025-12-15 01:42:22 +01:00
minimize startup time
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
// Chip config
|
||||
#define SPROCKET_TYPE "ILLUCAT"
|
||||
#define SERIAL_BAUD_RATE 115200
|
||||
#define STARTUP_DELAY 3000
|
||||
#define STARTUP_DELAY 1000
|
||||
|
||||
// Mesh config
|
||||
#define SPROCKET_MODE 0
|
||||
|
||||
@@ -15,7 +15,6 @@ MeshCat sprocket(
|
||||
);
|
||||
|
||||
void setup() {
|
||||
delay(STARTUP_DELAY);
|
||||
sprocket.join(net);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user