python: Cannot set lora.region
Versions
- python: 3.10
- meshtastic-python: abfcbe2a900f326cb2cc784e8bb549d55061ac83
- meshtastic-device: 1.3.27, 1.3.30
What happened
Using serial connection setting the region (lora.region) to EU433 failed
$ meshtastic --set lora.region 2
$ meshtastic --set lora.region EU433
The CLI reports that the value is set and the device proceeds to restart but region remained unset
Expected outcome
The region changes to the correct value
Additional info
Not sure if this affects just this property or if it is an issue with other settings as well (further testing needed).
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 21 (15 by maintainers)
Please try with the latest pre-release:
pip install --upgrade meshtastic --pre
I made some significant changes to how we write config prefs that should make things more reliable