Back to Timer1, 10000 instead of 1000

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

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

Loading…
Cancel
Save

Powered by TurnKey Linux.