Skip to content

v0.4.496

Choose a tag to compare

@github-actions github-actions released this 05 Mar 16:37

GitHub downloads GitHub commits since release

Version v0.4.496 based on refs/heads/master 6602cf0

πŸŽ‰ Major features and improvements

  • c0234fe - Use UBX native GPS functionality (#213)
    • AGPS Support, download is done automatically in server mode
    • Assisted GPS, remember last location
    • configure SBAS to use the current EGNOS (Europe) satellites for correction data. This might increase precision of the measured position!
    • write debug messages every minute in comment area of csv data
    • communicate fast with GPS module in UBX not NMEA

πŸš€ New features and improvements

/b6757dd65d77adcaa649afcb79d7ac8ad0cd0d8d) - Display readings of 0 (or below) as "---" for the right sensor value. (#230)

πŸ› Bug Fixes

  • 72c9b11 - Fixed table formatting, csv format documentation
  • 6602cf0 - AGPS data download should not happen in AP mode #231

πŸ‘· Changes for developers / internal

  • b8e03f6 - Fix: Contained only one char from previous merge
  • efb50b3 - Reduce rom usage, drop unused code (#229)