Enable APRS based on current location

v0.96
Richard Meadows 2015-06-07 22:39:26 +01:00
rodzic 658076c468
commit dcc07d1335
1 zmienionych plików z 1 dodań i 3 usunięć

Wyświetl plik

@ -52,7 +52,7 @@
#include "spi_bitbang.h"
#include "system/interrupt.h"
#define CALLSIGN "UBSEDS6"
#define CALLSIGN "UBSEDSx"
void xosc_measure_callback(uint32_t result);
void timepulse_callback(uint32_t sequence);
@ -249,8 +249,6 @@ void aprs_telemetry(void) {
float lon = (float)pos.payload.lon / 10000000.0;
uint32_t altitude = pos.payload.height / 1000;
lat = 52; lon = 0;
/* Update location */
aprs_location_update(lon, lat);