Hello, I wan to create a custom parameter in ArduCopter via a LUA script.
The parameter should be read-only for users but LUA scripts must be able to set and save the values for the param.
Currently I am able to create a read-write param through LUA which is accessible through the GCS. But I want that it should not be writable from the GCS and only LUA script can write the param.
Any way to do this?
Thanks!