1
0
Fork 0
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:
Alberto García Hierro 2017-10-31 10:48:10 +00:00
parent 55516a608e
commit 89831dd1d7
2 changed files with 41 additions and 0 deletions

View file

@ -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,