mirror of https://github.com/ArduPilot/ardupilot
AP_RangeFinder: Fix typo in Benewake TFMiniPlus python tool
This commit is contained in:
parent
fa150bc982
commit
70c0ba5722
|
@ -16,7 +16,7 @@ except:
|
|||
|
||||
SYSTEM_RESET = struct.pack('B' * 4, 0x5A, 0x04, 0x02, 0x60)
|
||||
MODE_I2C = struct.pack('B' * 5, 0x5A, 0x05, 0x0A, 0x01, 0x6A)
|
||||
MODE_UART = struct.pack('B' * 5, 0x5A, 0x05, 0x0A, 0x01, 0x69)
|
||||
MODE_UART = struct.pack('B' * 5, 0x5A, 0x05, 0x0A, 0x00, 0x69)
|
||||
SAVE_SETTINGS = struct.pack('B' * 4, 0x5A, 0x04, 0x11, 0x6F)
|
||||
|
||||
def cmd_switch_to_i2c(args):
|
||||
|
|
Loading…
Reference in New Issue