no clockgen button_isr start_isr

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

@ -96,7 +96,7 @@ void setup() {
config_gpio();
start_clockgen();
/// start_clockgen();
EEPROM.begin(512);
@ -147,7 +147,7 @@ void setup() {
configure_wifi();
}
*/
start_button_isr();
/// start_button_isr();
// setup_sstv();
picosstvpp_begin(26);
@ -166,7 +166,7 @@ void setup() {
config_telem();
start_isr();
// start_isr();
// setup radio depending on mode
config_radio();

Loading…
Cancel
Save

Powered by TurnKey Linux.