kopia lustrzana https://github.com/bristol-seds/pico-tracker
Re-enable aprs for testing
rodzic
aae812dac3
commit
4098fc7e9f
|
@ -52,7 +52,7 @@
|
||||||
#include "spi_bitbang.h"
|
#include "spi_bitbang.h"
|
||||||
#include "system/interrupt.h"
|
#include "system/interrupt.h"
|
||||||
|
|
||||||
#define CALLSIGN "UBSEDS5"
|
#define CALLSIGN "UBSEDSx"
|
||||||
|
|
||||||
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);
|
||||||
|
@ -396,7 +396,7 @@ int main(void)
|
||||||
|
|
||||||
/* Maybe aprs? */
|
/* Maybe aprs? */
|
||||||
if (aprs_trigger_flag) {
|
if (aprs_trigger_flag) {
|
||||||
// aprs_telemetry();
|
aprs_telemetry();
|
||||||
}
|
}
|
||||||
aprs_trigger_flag = 0;
|
aprs_trigger_flag = 0;
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue