kopia lustrzana https://github.com/bristol-seds/pico-tracker
Added slightly different string when testing
rodzic
28c044f95f
commit
4fb5a30e5f
|
@ -25,10 +25,14 @@
|
||||||
#ifndef APRS_H
|
#ifndef APRS_H
|
||||||
#define APRS_H
|
#define APRS_H
|
||||||
|
|
||||||
|
#include "rf_tests.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Reference APRS Protocol Spec http://www.aprs.org/doc/APRS101.PDF
|
* Reference APRS Protocol Spec http://www.aprs.org/doc/APRS101.PDF
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if RF_TEST != RF_TEST_APRS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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
|
||||||
*
|
*
|
||||||
|
@ -42,6 +46,14 @@
|
||||||
*/
|
*/
|
||||||
#define APRS_SYMBOL "/O" /* Balloon */
|
#define APRS_SYMBOL "/O" /* Balloon */
|
||||||
|
|
||||||
|
#else /* ----------- Parameters for testing */
|
||||||
|
|
||||||
|
#define APRS_CALLSIGN "M0SBU"
|
||||||
|
#define APRS_SSID 2
|
||||||
|
#define APRS_SYMBOL "/2"
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
void aprs_set_location(float lat, float lon, float altitude);
|
void aprs_set_location(float lat, float lon, float altitude);
|
||||||
|
|
||||||
uint8_t aprs_start(void);
|
uint8_t aprs_start(void);
|
||||||
|
|
Ładowanie…
Reference in New Issue