Update cubesatsim.ino

pull/161/head
alanbjohnston 3 years ago committed by GitHub
parent 3f99505e0f
commit a38963a07e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2708,9 +2708,9 @@ void config_gpio() {
bool TimerHandler0(struct repeating_timer *t) {
Serial.print("l1 ");
Serial.print(wav_position);
Serial.print(" ");
// Serial.print("l1 ");
// Serial.print(wav_position);
// Serial.print(" ");
tx_bit = (buffer[wav_position++] > 0) ? true: false;

Loading…
Cancel
Save

Powered by TurnKey Linux.