|
|
|
@ -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() = "));
|
|
|
|
|