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

Wyświetl plik

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