v1.5.7
What's Changed
- RC 1.5.7 by @semuadmin in #187
FIXES:
- Fixes some typos in MQTT configuration settings (mqtt rather than mgtt) NB: recommend saving a new json configuration file for this version.
ENHANCEMENTS:
- Add setting name validation in json configuration file, supplementing existing type validation - will now reject any unrecognised settings and revert to defaults e.g.:
- Configuration not loaded myconfig.json Unrecognised setting "misspelt_n": 1, using defaults
- Add 'Decode SPARTN in console' checkbox to SPARTN config dialog.
- Add explicit LBand Frequency topic check box to MQTT client dialog.
- Refactor configuration settings - new Configuration class in configuration.py.
- Streamline command line argument handling.
Full Changelog: v1.5.6...v1.5.7