From 6f4104d18d25e95eed5d1eb392055400be3be86d Mon Sep 17 00:00:00 2001 From: leroxyl <47061846+leroxyl@users.noreply.github.com> Date: Tue, 17 May 2022 10:47:37 +0200 Subject: [PATCH] fix trackle type --- examples/trackle-upp-creator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/trackle-upp-creator.py b/examples/trackle-upp-creator.py index ed6c3b8..e53009f 100644 --- a/examples/trackle-upp-creator.py +++ b/examples/trackle-upp-creator.py @@ -231,7 +231,7 @@ def create_upp(self) -> bool: 0x13, # chained uppV1 self.uuid.bytes, prevsig, - 0x55, # trackle upp type + 0x54, # trackle upp type self.payload, 0 ]