added callsign and telem printf

pull/24/head
alanbjohnston 7 years ago committed by GitHub
parent 249b114227
commit 3480dfd501
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -184,7 +184,8 @@ int main(void) {
ax25_init(&hax25, (uint8_t *) "CQ", '1', (uint8_t *) CALLSIGN, '1',
AX25_PREAMBLE_LEN,
AX25_POSTAMBLE_LEN);
printf("%s-1>CQ-1:", CALLSIGN);
/* Infinite loop */
for (;;) {
@ -233,7 +234,9 @@ int main(void) {
usleep(100000);
}
}
print("%s\n", str[3]);
digitalWrite (0, LOW);
/*

Loading…
Cancel
Save

Powered by TurnKey Linux.