kopia lustrzana https://github.com/bristol-seds/pico-tracker
[sequencer,aprs] Allow APRS at the rate everything else happens
rodzic
2dcc4fe006
commit
0fd8e960fd
|
@ -80,11 +80,8 @@ void telemetry_sequence(struct tracker_datapoint* dp, uint32_t n)
|
||||||
if (location_aprs_active()) {
|
if (location_aprs_active()) {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (gps_get_flight_state() == GPS_FLIGHT_STATE_FLOAT || /* once every 4 minutes at float */
|
/* APRS */
|
||||||
(n % 2)) { /* once every 2 before */
|
aprs_telemetry(dp);
|
||||||
/* APRS */
|
|
||||||
aprs_telemetry(dp);
|
|
||||||
}
|
|
||||||
|
|
||||||
#if APRS_USE_GEOFENCE
|
#if APRS_USE_GEOFENCE
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue