longer button

pull/253/head
alanbjohnston 3 years ago committed by GitHub
parent 8710196117
commit 0d3e5fc2a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3773,7 +3773,7 @@ void start_button_isr() {
Serial.println("Starting pushbutton ISR"); Serial.println("Starting pushbutton ISR");
if (ITimer1.attachInterruptInterval(900000, TimerHandler1)) if (ITimer1.attachInterruptInterval(2000000, TimerHandler1))
{ {
if (debug_mode) if (debug_mode)
Serial.print(F("Starting ITimer1 OK, micros() = ")); Serial.print(F("Starting ITimer1 OK, micros() = "));

Loading…
Cancel
Save

Powered by TurnKey Linux.