Wykres commitów

7 Commity (master)

Autor SHA1 Wiadomość Data
lightaprs bf23816181 Minor bugfix
- Minor bugfix for ARISS mode
2022-02-14 14:38:13 +03:00
Thomas Osterried 1d1afb7a37
Fix for position minute rounding (59.999 became 60.00) -> wrong encoded APRS position. (#8)
dtostrf() roounds upp (like sprintf("%f...)).
See https://github.com/lightaprs/LightAPRS-W-1.0/issues/7

Plus a feature for APRS higher precision position, see http://www.aprs.org/aprs12/datum.txt
Therefore I moved updatePosition() to updateTelemetry(), where decision is made if higher resolution is desired
(here heigth < 10000ft), i.e. for sending the exact landing position.

Co-authored-by: Thomas Osterried <dl9sau@github>
2022-01-08 00:24:16 +03:00
lightaprs afc4d1afcf Minor bugfixes
* GpsResetTime increased 10 minutes to 30 minutes
* WSPR_DEFAULT_FREQ for 20m updated - https://github.com/lightaprs/LightAPRS-W-1.0/issues/3
* aprs telemetry fix - https://github.com/lightaprs/LightAPRS-W-1.0/issues/5
2021-08-27 21:04:51 +03:00
Mustafa Tan 3071250d5e
aprsFreq_buf size updated
Fix for : https://github.com/lightaprs/LightAPRS-1.0/issues/13

Thanks dl9sau :)
2021-07-25 19:33:13 +03:00
lightaprs cd81ce0888 negative altitude bug fixed
* negative altitude values causing display bug on aprs.fi fixed
* setPreamble option added for LibAPRS.
2020-01-16 22:06:43 +03:00
lightaprs 7119552625 Update LightAPRS-W-pico-balloon.ino 2019-08-06 20:03:27 +03:00
lightaprs dfb42e2c48 initial commit 2019-08-06 19:50:49 +03:00