AP_RangeFinder: Fix typo in Benewake TFMiniPlus python tool

This commit is contained in:
斯东Stone 2019-06-02 00:08:27 +08:00 committed by Lucas De Marchi
parent fa150bc982
commit 70c0ba5722
1 changed files with 1 additions and 1 deletions

View File

@ -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):