File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ void setup() {
158
158
configure_wifi();
159
159
}
160
160
*/
161
- // / start_button_isr();
161
+ start_button_isr ();
162
162
163
163
// setup_sstv();
164
164
picosstvpp_begin (26 );
@@ -418,7 +418,7 @@ void read_config_file() {
418
418
// latitude = toAprsFormat(latitude);
419
419
// longitude = toAprsFormat(longitude);
420
420
// }
421
- Serial.printf (" sim_yes: %s\n " , sim_yes);
421
+ // Serial.printf("sim_yes: %s\n", sim_yes);
422
422
char yes_string[] = " yes" ;
423
423
// if (strcmp(sim_yes, yes_string) == 0) {
424
424
if (sim_yes[0 ] == ' y' ) {
@@ -3773,7 +3773,7 @@ void start_button_isr() {
3773
3773
3774
3774
Serial.println (" Starting pushbutton ISR" );
3775
3775
3776
- if (ITimer1.attachInterruptInterval (10000 , TimerHandler1))
3776
+ if (ITimer1.attachInterruptInterval (2000000 , TimerHandler1))
3777
3777
{
3778
3778
if (debug_mode)
3779
3779
Serial.print (F (" Starting ITimer1 OK, micros() = " ));
You can’t perform that action at this time.
0 commit comments