mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-07-30 15:59:16 +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]:
|
def encode(self) -> list[int]:
|
||||||
return [
|
return [
|
||||||
self.ELEMENT_CODE, 0, 0,
|
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
|
DEBUG = False
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user