kopia lustrzana https://github.com/bristol-seds/pico-tracker
Disabled APRS, callsign for ubseds7 (marsballoon)
rodzic
b5b734105a
commit
9421de582d
|
@ -130,6 +130,7 @@
|
||||||
*/
|
*/
|
||||||
#define TELEMETRY_FREQUENCY 434600000
|
#define TELEMETRY_FREQUENCY 434600000
|
||||||
#define TELEMETRY_INTERVAL 30
|
#define TELEMETRY_INTERVAL 30
|
||||||
|
#define APRS_ENABLE 0
|
||||||
#define APRS_INTERVAL 180
|
#define APRS_INTERVAL 180
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -52,7 +52,7 @@
|
||||||
#include "spi_bitbang.h"
|
#include "spi_bitbang.h"
|
||||||
#include "system/interrupt.h"
|
#include "system/interrupt.h"
|
||||||
|
|
||||||
#define CALLSIGN "UBSEDSx"
|
#define CALLSIGN "UBSEDS7"
|
||||||
|
|
||||||
void xosc_measure_callback(uint32_t result);
|
void xosc_measure_callback(uint32_t result);
|
||||||
void timepulse_callback(uint32_t sequence);
|
void timepulse_callback(uint32_t sequence);
|
||||||
|
@ -395,11 +395,12 @@ int main(void)
|
||||||
|
|
||||||
|
|
||||||
/* Maybe aprs? */
|
/* Maybe aprs? */
|
||||||
|
#if APRS_ENABLE
|
||||||
if (aprs_trigger_flag) {
|
if (aprs_trigger_flag) {
|
||||||
aprs_telemetry();
|
aprs_telemetry();
|
||||||
}
|
}
|
||||||
aprs_trigger_flag = 0;
|
aprs_trigger_flag = 0;
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Pips */
|
/* Pips */
|
||||||
telemetry_start(TELEMETRY_PIPS, 0xFFFF);
|
telemetry_start(TELEMETRY_PIPS, 0xFFFF);
|
||||||
|
|
Ładowanie…
Reference in New Issue