Update main.c

pull/1/head
alanbjohnston 7 years ago committed by GitHub
parent 442e2d82aa
commit 66f9a5fb7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -42,7 +42,8 @@ int main(void) {
uint8_t data[1024];
// 0x03 is a UI frame
// 0x0F is no Level 3 protocol
const char *str = "\x03\x0fThis is an AX.25 Packet from CubeSatSim!!!";
// rest is dummy CubeSatSim telemetry in AO-7 format
const char *str = "\x03\x0fhi hi 101 102 103 104 202 203 204 205 303 304 305 306 404 405 406 407 408 505 506 507 508 606 607 608 609\n";
/* Infinite loop */
for (;;) {

Loading…
Cancel
Save

Powered by TurnKey Linux.