mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-26 01:35:35 +03:00
Add MSP2_INAV_TZ and MSP2_INAV_SET_TZ MSP commands
MSPv2 only, defined as 0x1001 and 0x1002
This commit is contained in:
parent
5e6658b9d9
commit
622e4bf7dd
2 changed files with 11 additions and 1 deletions
|
@ -15,4 +15,6 @@
|
|||
* along with INAV. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
//#define MSP2_INAV_STATUS 0x1000
|
||||
//#define MSP2_INAV_STATUS 0x1000
|
||||
#define MSP2_INAV_TZ 0x1001 //out message Gets the TZ offset for the local time (returns: minutes(i16))
|
||||
#define MSP2_INAV_SET_TZ 0x1002 //in message Sets the TZ offset for the local time (args: minutes(i16))
|
Loading…
Add table
Add a link
Reference in a new issue