Start Countdown Automatically when powered on Store › Forums › Defusable Clock › General Discussion › Start Countdown Automatically when powered on This topic has 1 reply, 2 voices, and was last updated 8 years, 11 months ago by Michael. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts December 4, 2015 at 8:01 pm #793 gjohn282Member I’m very much a noob for C++ so be gentle. But I’m trying to updated the code so that it bypasses the red button (DET) that you manually have to press to start the countdown. I’d like it to start the countdown automatically when powered on. Thanks! Default code: https://gist.github.com/anonymous/a5acc051ae6157e6e7f1 December 6, 2015 at 5:14 pm #2368 MichaelKeymaster Just add these lines at the beginning of loop(): countdownSeconds = defaultCountdownSeconds; displayCountdown = true; countdown() Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In Log in / Register