Skip to content

Releases: jantman/pizero-gpslog

1.1.0

11 Sep 12:03
6ccdb57
Compare
Choose a tag to compare
  • Fix pizero_gpslog.extradata.gq_gmc500plus:GqGMC500plus to handle disconnect/reconnect of USB device.
  • Add support for the Adafruit 4567 OLED display.
  • Major refactor of display support; instead of taking a list of lines, BaseDisplay subclasses now take separate values for each piece of data that can be displayed and are free to format them however works best for that particular display.

1.0.0

25 Aug 21:13
75dadaf
Compare
Choose a tag to compare
  • Update README for current Raspberry Pi OS install instructions
  • Add setup_pi.sh setup script, based on the one at https://github.com/jantman/pi2graphite/blob/master/setup_raspbian.sh
  • Add development documentation
  • Add support for displays. Begin with the Waveshare 2.13-inch e-Ink Display Hat B; allow users to implement their own display driver classes.
  • Implement support for extra data providers.

0.1.4

29 Jul 11:56
Compare
Choose a tag to compare
  • Merge #5 to have converter ignore corrupt lines. Thanks to @markus-k.
  • Use TravisCI for releases; document release process

0.1.3

02 Dec 02:00
0.1.3
Compare
Choose a tag to compare

Refactor pizero-gpslog-convert to allow use from other Python programs.

0.1.2

03 Nov 12:53
0.1.2
Compare
Choose a tag to compare
  • pizero-gpslog-convert - Handle logs that are missing altitude (alt) from TPV reports by falling back to GST altitude, the previous altitude measurement, or 0.0 (in that order).

0.1.1

08 Apr 22:22
0.1.1
Compare
Choose a tag to compare
  • Log version at startup
  • RPi RTC fix - don't start writing output until we have a fix; use GPS time instead of system time for filename
  • Numerous bugfixes in converter.py
  • README fixes

0.1.0

08 Apr 22:22
0.1.0
Compare
Choose a tag to compare

Initial Release