-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG]: --configure not effective with .yaml and some options #576
Comments
I'm having similar issues trying to use the meshtastic client and configuring mqtt settings. It'll routinely just not update the root, or ... most other settings on change. Try it a few times and it'll come good, sometimes. |
I have a feeling that there's possibly some more we could be doing in the CLI to send these commands better or to better verify they've gone through -- leaving a note here to remind myself but also in case anyone else feels up to it, but probably comparing with what the Android and iOS apps (especially Android since it supports TCP) are doing would be the place to start on this. It's also possible that adding the |
I experience this problem too. Does someone have an explanation why this is open since May and not even confirmed? From my understanding exporting and restoring configs is quite a common task. I think it is a duplicate of #573 . |
I don't hear from many users using it. |
Versions and Firmware
--set
has no effect with--host
--configure
doesn't changeignoreMqtt
...e0cea5f8.yaml
It doesn't matter if I have it commented out or not, I simply cannot configure a from scratch, without the UI due to the
ignoreMqtt
not being affected by any CLI commands. I have tried both snake_case and camelCase, but I can see internally it's converting regardless.This is a bit of an issue for me, I need a simple streamline way of configuring devices from scratch, and then updating via CI/CD at a later time remotely. I was hoping
--configure
would be effective but it seems not.The text was updated successfully, but these errors were encountered: