Config from JSON
Load GNSS configuration from a JSON file instead of hardcoding it.
Source: examples/Python/config_from_json.py, examples/Python/res/
python3 examples/Python/config_from_json.py res/config.json
python3 examples/Python/config_from_json.py res/config_no_geofencing.json
python3 examples/Python/config_from_json.py res/config_no_timepulse.json
- Deployment — ship different configs for different HATs / environments
- Testing — quickly switch between configurations without recompiling
- Remote management — update config via file transfer