Skip to content

v1.5.7

Compare
Choose a tag to compare
@semuadmin semuadmin released this 26 Apr 18:57
· 43 commits to master since this release
f555e1a

What's Changed

FIXES:

  1. Fixes some typos in MQTT configuration settings (mqtt rather than mgtt) NB: recommend saving a new json configuration file for this version.

ENHANCEMENTS:

  1. Add setting name validation in json configuration file, supplementing existing type validation - will now reject any unrecognised settings and revert to defaults e.g.:
  2. Configuration not loaded myconfig.json Unrecognised setting "misspelt_n": 1, using defaults
  3. Add 'Decode SPARTN in console' checkbox to SPARTN config dialog.
  4. Add explicit LBand Frequency topic check box to MQTT client dialog.
  5. Refactor configuration settings - new Configuration class in configuration.py.
  6. Streamline command line argument handling.

Full Changelog: v1.5.6...v1.5.7