add back button isr

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

@ -158,7 +158,7 @@ void setup() {
configure_wifi();
}
*/
/// start_button_isr();
start_button_isr();
// setup_sstv();
picosstvpp_begin(26);
@ -3773,7 +3773,7 @@ void start_button_isr() {
Serial.println("Starting pushbutton ISR");
if (ITimer1.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.