try TimerHandler2

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

@ -3671,7 +3671,8 @@ void start_button_isr() {
Serial.println("Starting pushbutton ISR");
if (ITimer1.attachInterruptInterval(10000, TimerHandler1))
// if (ITimer1.attachInterruptInterval(10000, TimerHandler1))
if (ITimer1.attachInterruptInterval(10000, TimerHandler2))
{
if (debug_mode)
Serial.print(F("Starting ITimer1 OK, micros() = "));

Loading…
Cancel
Save

Powered by TurnKey Linux.