move start button isr

pull/177/head
alanbjohnston 4 years ago committed by GitHub
parent 8d02c152dc
commit e7856f9b6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -131,7 +131,7 @@ void setup() {
configure_wifi();
}
*/
start_button_isr();
// start_button_isr();
setup_sstv();
start_isr();
start_pwm();
@ -140,9 +140,11 @@ void setup() {
Serial.println("Transmitting callsign");
strcpy(callsign, call);
transmit_callsign(callsign);
// sleep(5.0);
sleep(5.0);
/**/
start_button_isr();
sampleTime = (unsigned int) millis();
ready = TRUE; // flag for core1 to start looping

Loading…
Cancel
Save

Powered by TurnKey Linux.