From 7f12eb87b70a2bc7a299bf3b0f03f3a1c093f655 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Thu, 8 Jul 2021 00:37:14 -0700 Subject: [PATCH] fix dos identifier --- python/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/__init__.py b/python/__init__.py index 35f999be..e4a63066 100644 --- a/python/__init__.py +++ b/python/__init__.py @@ -138,7 +138,7 @@ class Panda(object): HW_TYPE_BLACK_PANDA = b'\x03' HW_TYPE_PEDAL = b'\x04' HW_TYPE_UNO = b'\x05' - HW_TYPE_DOS = b'\x05' + HW_TYPE_DOS = b'\x06' CLOCK_SOURCE_MODE_DISABLED = 0 CLOCK_SOURCE_MODE_FREE_RUNNING = 1