Update cubesatsim.ino

pull/152/head
alanbjohnston 4 years ago committed by GitHub
parent 2bc0cb105f
commit 4268620436
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -299,7 +299,9 @@ void get_tlm_ao7() {
strcat(str, tlm_str);
}
print_string(str);
// strcat(str, payload_str);
strcat(str, payload_str);
print_string(str);
Serial.println(strlen(str));
set_status(str);
// }
}

Loading…
Cancel
Save

Powered by TurnKey Linux.