Enabled aprs parameters for flight

master
Richard Meadows 2015-07-24 23:18:16 +01:00
rodzic 5960908457
commit ec4829ea43
2 zmienionych plików z 5 dodań i 3 usunięć

Wyświetl plik

@ -25,14 +25,13 @@
#ifndef APRS_H
#define APRS_H
#include "rf_tests.h"
#include "data.h"
/**
* Reference APRS Protocol Spec http://www.aprs.org/doc/APRS101.PDF
*/
#if RF_TEST != RF_TEST_APRS
#define APRS_TESTING_PARAMS
#ifdef APRS_TESTING_PARAMS
/**
* This should be a full licensed callsign you own. Not mine plz k thx bai
@ -49,6 +48,8 @@
#else /* ----------- Parameters for testing */
#warning Using APRS test parameters
#define APRS_CALLSIGN "M0SBU"
#define APRS_SSID 2
#define APRS_SYMBOL "/2"

Wyświetl plik

@ -24,6 +24,7 @@
#include "samd20.h"
#include "hw_config.h"
#include "rf_tests.h"
#include "si_trx.h"
#include "si_trx_defs.h"
#include "telemetry.h"