You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I guess LocalModuleConfig is outdated, does not know how to handle location.lot...:
Using a SX1262 hat for raspberry.
Found out that:
web conf does not show alt, lon and lat if you try to set fixed position
setting with android app ok, but then...
meshtastic cli can successfull export this part in the yaml BUT...:
location:
alt: ...
lat: ...
lon:---
meshtastic cli can not import this f.e. with --configure. Values get lost, not importet
meshtastic cli can not this falues with f.e.:
meshtastic --host 192.168.66.91 --set location.alt 401
..because "LocalConfig and LocalModuleConfig do not have attribute location.lat"
Atm don't know how to set position and othes without the android app.
And I would love it very much if --export-config can export all so that this is a backup of the config and can be used to restore, replace a hat
Relevant log output
No response
The text was updated successfully, but these errors were encountered:
With the CLI, you should be setting those properties with the dedicated --setlat--setlon and --setalt command-line arguments; these three things are not properties in the configuration handled by --set. I just opened up #694 to update --configure to use the same method as those command-line arguments.
Phantastic! Now only the question with the web configuration... is there a way to get in in there, too?
I saw some older issues about that... looks like it is broken since some months.
Category
Other
Hardware
Linux Native
Firmware Version
2.5.5.e182ae7
Description
I guess LocalModuleConfig is outdated, does not know how to handle location.lot...:
Using a SX1262 hat for raspberry.
Found out that:
location:
alt: ...
lat: ...
lon:---
meshtastic --host 192.168.66.91 --set location.alt 401
..because "LocalConfig and LocalModuleConfig do not have attribute location.lat"
Atm don't know how to set position and othes without the android app.
And I would love it very much if --export-config can export all so that this is a backup of the config and can be used to restore, replace a hat
Relevant log output
No response
The text was updated successfully, but these errors were encountered: