mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-07-29 07:09:15 +02:00
set a transmission count for rt
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ class RT_Set(uecp.commands.UECPCommand):
|
||||
def encode(self) -> list[int]:
|
||||
return [
|
||||
self.ELEMENT_CODE, 0, 0,
|
||||
1+len(self.data), 1] + list(self.data)
|
||||
1+len(self.data), (5 << 1) | 1] + list(self.data)
|
||||
|
||||
DEBUG = False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user