pico-sstv-pp-working
alanbjohnston 3 years ago committed by GitHub
parent 26ac8e6e1a
commit 3bec8d6dbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3672,7 +3672,7 @@ void start_button_isr() {
Serial.println("Starting pushbutton ISR"); Serial.println("Starting pushbutton ISR");
// if (ITimer1.attachInterruptInterval(10000, TimerHandler1)) // if (ITimer1.attachInterruptInterval(10000, TimerHandler1))
if (ITimer1.attachInterruptInterval(10000, TimerHandler2)) if (ITimer2.attachInterruptInterval(10000, 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.