mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-14 11:59:53 +03:00
Added setting of RTC when connecting.
This commit is contained in:
parent
154b8cade2
commit
c93f2f13e4
3 changed files with 28 additions and 2 deletions
|
@ -150,6 +150,11 @@ var MSPCodes = {
|
|||
MSP_ACC_TRIM: 240,
|
||||
MSP_SERVO_MIX_RULES: 241,
|
||||
MSP_SET_SERVO_MIX_RULE: 242, // Not used
|
||||
MSP_SET_4WAY_IF: 245, // Not used
|
||||
MSP_SET_RTC: 246,
|
||||
MSP_RTC: 247, // Not used
|
||||
MSP_SET_BOARD_INFO: 248, // Not used
|
||||
MSP_SET_SIGNATURE: 249, // Not used
|
||||
|
||||
MSP_EEPROM_WRITE: 250,
|
||||
MSP_DEBUGMSG: 253, // Not used
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue