revert changes

pico-v0.34
alanbjohnston 3 years ago committed by GitHub
parent 7544956ce8
commit 7a05ba9d08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -273,18 +273,18 @@ void loop() {
// rotate_image(output_file2, output_file, telem_display); // rotate_image(output_file2, output_file, telem_display);
// show_dir(); // show_dir();
picosstvpp();
if (debug_mode) if (debug_mode)
Serial.println("Start transmit!!!"); Serial.println("Start transmit!!!");
digitalWrite(PTT_PIN, LOW); // start transmit digitalWrite(PTT_PIN, LOW); // start transmit
transmit_led(HIGH); transmit_led(HIGH);
picosstvpp();
// scottie1_transmit_file(output_file, debug_mode); // scottie1_transmit_file(output_file, debug_mode);
// ITimer1.stopTimer(); // turn off pushbutton timer // ITimer1.stopTimer(); // turn off pushbutton timer
/// ITimer1.disableTimer(); // turn off pushbutton timer /// ITimer1.disableTimer(); // turn off pushbutton timer
// play_pwm_file(26); play_pwm_file(26);
// ITimer1.restartTimer(); // turn back on pushbutton timer // ITimer1.restartTimer(); // turn back on pushbutton timer
/// ITimer1.enableTimer(); // turn back on pushbutton timer /// ITimer1.enableTimer(); // turn back on pushbutton timer
if (debug_mode) if (debug_mode)

Loading…
Cancel
Save

Powered by TurnKey Linux.