diff --git a/src/examples/button/Button.h b/src/examples/button/Button.h index 7fbe93f..38452ea 100644 --- a/src/examples/button/Button.h +++ b/src/examples/button/Button.h @@ -14,7 +14,7 @@ class Button : public Sprocket { MeshNet* net; int pin; int warnlevel = 0; - int cycleEnd = 4; + int cycleEnd = 5; Button(SprocketConfig cfg) : Sprocket(cfg) {} Sprocket* activate(Scheduler* scheduler, Network* network) { pin = D2;