Compiling now, no -x, -y, or -z current; removed CALLSIGN

pull/27/head
alanbjohnston 7 years ago committed by GitHub
parent ea059afeb6
commit c979313e9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -33,7 +33,6 @@
#include <time.h>
#include "ina219.h"
#define CALLSIGN "" // Put your callsign here!
#define VBATT 15
#define ADC5 17
#define ADC6 18
@ -247,9 +246,6 @@ int main(int argc, char *argv[]) {
init_rf();
// ax25_init(&hax25, (uint8_t *) "CubeSatSim", '2', (uint8_t *) CALLSIGN, '2',
// ax25_init(&hax25, (uint8_t *) "CQ", '1', (uint8_t *) CALLSIGN, '1',
ax25_init(&hax25, (uint8_t *) dest_addr, '1', (uint8_t *) src_addr, '1',
AX25_PREAMBLE_LEN,
AX25_POSTAMBLE_LEN);

Loading…
Cancel
Save

Powered by TurnKey Linux.