kopia lustrzana https://github.com/bristol-seds/pico-tracker
Enabled aprs parameters for flight
rodzic
5960908457
commit
ec4829ea43
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Ładowanie…
Reference in New Issue