1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-25 17:25:18 +03:00
Commit graph

4 commits

Author SHA1 Message Date
Alberto García Hierro
5468d2fe6e Add support for retriving setting types and listing all of them
This allows an external caller to retrieve and change any setting
as well as listing all the available ones without any a priori
knowledge.
2018-07-09 13:58:02 +01:00
Pawel Spychalski (DzikuVx)
8584cf50cd MSP2 frames to support mmix command over MSP 2018-01-26 11:17:31 +01:00
Alberto García Hierro
ff18b726d3 Add support for getting and setting arbitrary settings via MSPv2
Add MSP2_COMMON_SETTING for retrieving arbitrary settings and
MSP2_COMMON_SET_SETTING for setting them. This exposes any setting
which was only available from the CLI via MSP now.

Add support in settings.rb to generate a JSON file with all the
settings, their types and their possible values for settings using
a table. This file can be used by clients to properly format
messages for settings over MSP.
2017-10-11 18:06:36 +01:00
Alberto García Hierro
8158d555fa Rename MSP2_INAV_TZ and MSP2_INAV_SET_TZ
MSP2_COMMON_TZ and MSP2_COMMON_SET_TZ are the new names. Also,
move the definitions to the file msp_protocol_v2_common.h
2017-09-11 12:23:03 +01:00