kopia lustrzana https://github.com/bristol-seds/pico-tracker
Set APRS deviation to a sensible value
rodzic
45ada71f11
commit
42f03fc16f
|
@ -327,7 +327,7 @@ void telemetry_tick(void) {
|
||||||
if (aprs_start() && _aprs_frequency) {
|
if (aprs_start() && _aprs_frequency) {
|
||||||
|
|
||||||
/* Radio on */
|
/* Radio on */
|
||||||
si_trx_on(SI_MODEM_MOD_TYPE_2GFSK, _aprs_frequency, 400, APRS_POWER);
|
si_trx_on(SI_MODEM_MOD_TYPE_2GFSK, _aprs_frequency, 1800, APRS_POWER);
|
||||||
radio_on = 1;
|
radio_on = 1;
|
||||||
} else {
|
} else {
|
||||||
/* Stop immediately */
|
/* Stop immediately */
|
||||||
|
|
Ładowanie…
Reference in New Issue