We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
mos license
conf1.json
mos license is overwriting existing conf1.json file.
It should either update conf1.json with the device.license entry or this should be mentioned in the documentation as a note.
device.license
The text was updated successfully, but these errors were encountered:
does not repro for me.
conf1.json before mos license:
$ mos get conf1.json Using port /dev/ttyUSB0 { "debug": { "file_level": "foobar=1" } }
after:
$ mos get conf1.json Using port /dev/ttyUSB0 { "debug": { "file_level": "foobar=1" }, "device": { "license": "..." } }
Sorry, something went wrong.
No branches or pull requests
mos license
is overwriting existingconf1.json
file.It should either update
conf1.json
with thedevice.license
entry or this should be mentioned in the documentation as a note.The text was updated successfully, but these errors were encountered: