Update cubesatsim.ino

pico-esp32-sstv-2
alanbjohnston 3 years ago committed by GitHub
parent 372bc0de04
commit d495f63db3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -292,7 +292,7 @@ void loop() {
// ITimer1.stopTimer(); // turn off pushbutton timer
/// ITimer1.disableTimer(); // turn off pushbutton timer
/*
get_pwm_file();
show_dir();
@ -302,6 +302,8 @@ void loop() {
// play_pwm_file(26);
play_pwm_from_file(26);
*/
play_pwm_from_serial(26);
// ITimer1.restartTimer(); // turn back on pushbutton timer
/// ITimer1.enableTimer(); // turn back on pushbutton timer

Loading…
Cancel
Save

Powered by TurnKey Linux.