altos/test: Adjust CRC error rate after FEC fix
[fw/altos] / src / drivers / ao_aprs.c
2023-01-19 Keith PackardMerge branch 'easymotor-flight'
2022-12-28 Keith Packardsrc/drivers: Ignore printf warnings in ao_aprs.c
2022-04-07 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2022-04-05 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2022-02-17 Keith Packardaltos/drivers: Add explicit casts in ao_aprs, ao_bmx160...
2020-06-14 Keith Packardaltos: Fix printf format mis-matches
2019-09-18 Keith PackardMerge remote-tracking branch 'mjb/android-build-update'
2019-09-16 Keith Packarddrivers: Use 'main_value' instead of 'main'
2018-10-20 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2018-10-13 Keith Packardaltos: use %lu for APRS altitude in sprintf
2015-07-15 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2015-03-10 Keith Packardaltos/test: Make aprs test code compile again
2015-03-03 Keith Packardaltos: Make APRS format (compressed/uncompressed) confi...
2014-08-14 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2014-07-11 Keith Packardaltos: Extend GPS altitudes to at least 24 bits everywhere
2014-06-25 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2014-06-23 Keith Packardaltos: Make APRS SSID configurable
2014-06-20 Keith Packardaltos/aprs: Encode last serial number in SSID. Transmit...
2014-05-31 Keith Packardaltos: Switch APRS altitude encoding computation to...
2014-05-21 Keith Packardaltos: Allow APRS to send just battery voltage
2014-02-10 Keith Packardaltos: Put locked/unlocked GPS status in APRS comments
2014-02-10 Keith Packardaltos: Re-send previous GPS position in APRS if lock...
2014-02-09 Keith Packardaltos: Report nsat in view in APRS packet
2014-02-07 Keith Packardaltos: report 0/0/0 for APRS position when GPS is not...
2014-01-15 Keith Packardaltos: Report battery, apogee and main voltages over...
2014-01-15 Keith Packardaltos: Switch APRS to compressed position format
2013-03-30 Keith Packardaltos: Get CC115L radio working.
2012-12-29 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2012-12-25 Keith PackardMerge branch 'master' into micropeak-logging
2012-12-17 Keith PackardMerge branch 'aprs' into 'master'
2012-12-16 Keith Packardaltos: Round APRS data correctly
2012-12-08 Keith Packardaltos: Fix aprs test to not allow callsign configuration
2012-12-08 Keith PackardMerge branch 'master' into aprs
2012-12-08 Keith Packardaltos: Use configured callsign in APRS packets
2012-12-07 Keith PackardMerge branch 'master' into aprs
2012-12-06 Keith Packardaltos: Hook APRS up to the radio
2012-12-06 Keith Packardaltos: Prepare APRS for use within altos itself
2012-12-06 Keith Packardaltos: Start restructuring APRS code to create and...
2012-12-06 Keith Packardaltos: Remove a bunch of time bits from the APRS code
2012-12-06 Keith Packardaltos: Remove APRS sine-wave table
2012-12-06 Keith Packardaltos: More APRS trimming
2012-12-06 Keith Packardaltos: Remove more unused APRS code
2012-12-06 Keith Packardaltos: Reduce printf calls in APRS packet generation
2012-12-06 Keith Packardaltos: Strip out everything but the basic position...
2012-12-06 Keith PackardSigned-off-by: Keith Packard <keithp@keithp.com>
2012-12-06 Keith Packardaltos: Generate all of the APRS messages
2012-12-06 Keith Packardaltos: Add test scaffolding for APRS
2012-12-06 Keith Packardaltos: Make aprs code output encoded packets to stdout
2012-12-05 Keith Packardaltos: Add Pico Beacon code as ao_aprs.c