Update cubesatsim.ino

pico-esp32-sstv
alanbjohnston 3 years ago committed by GitHub
parent 756b6a15cd
commit 2412daa509
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -277,9 +277,9 @@ void loop() {
picosstvpp();
#endif
if (debug_mode)
// if (debug_mode)
Serial.println("Start transmit!!!");
digitalWrite(PTT_PIN, LOW); // start transmit
/// digitalWrite(PTT_PIN, LOW); // start transmit
transmit_led(HIGH);
// scottie1_transmit_file(output_file, debug_mode);

Loading…
Cancel
Save

Powered by TurnKey Linux.