master
Richard Meadows 2015-10-11 11:46:17 +01:00
rodzic 7151f20e20
commit 014a9dc568
4 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -39,7 +39,7 @@
* Max. 6 characters
*/
#define APRS_CALLSIGN "M0SBU"
#define APRS_SSID 10
#define APRS_SSID 11
/**
* APRS Map Symbol. See Appendix 2: APRS Symbol Tables

Wyświetl plik

@ -168,7 +168,7 @@
/**
* Telemetry
*/
#define TELEMETRY_FREQUENCY 434600000
#define TELEMETRY_FREQUENCY 434602000
#define TELEMETRY_POWER RF_POWER_8dBm
#define TELEMETRY_USE_GEOFENCE 1

Wyświetl plik

@ -142,7 +142,7 @@ void read_gps_time(void)
/**
* Pars of cron job that handles telemetry
*/
#define TELEM_TOM 0 /* Telemetry on the 0th second */
#define TELEM_TOM 30 /* Telemetry on the 30th second */
void cron_telemetry(struct tracker_time* t, struct tracker_datapoint* dp)
{

Wyświetl plik

@ -42,7 +42,7 @@
#include "backlog.h"
#include "pips.h"
#define CALLSIGN "UBSEDS10"
#define CALLSIGN "UBSEDS11"
#define APRS_COMMENT "CONTESTIA/434.6"
/**