mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-14 11:59:51 +03:00
Add MSPHelper.getRTC() and MSPHelper.setRTC()
Functions for getting and setting the RTC. Not used for now, but can be manually called from the debug console for testing RTC related changes.
This commit is contained in:
parent
55516a608e
commit
89831dd1d7
2 changed files with 41 additions and 0 deletions
|
@ -122,6 +122,9 @@ var MSPCodes = {
|
|||
MSP_SERVO_MIX_RULES: 241,
|
||||
MSP_SET_SERVO_MIX_RULE: 242,
|
||||
|
||||
MSP_RTC: 246,
|
||||
MSP_SET_RTC: 247,
|
||||
|
||||
MSP_EEPROM_WRITE: 250,
|
||||
|
||||
MSP_DEBUGMSG: 253,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue