mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-07-29 16:29:17 +02:00
ok
This commit is contained in:
+1
-1
@@ -236,7 +236,7 @@ end
|
|||||||
|
|
||||||
---@param packet string
|
---@param packet string
|
||||||
function uecp.parse_uecp(packet)
|
function uecp.parse_uecp(packet)
|
||||||
local unstuffed = undo_byte_stuff(string.sub(packet, 2, #packet - 1))
|
local unstuffed = undo_byte_stuff(string.sub(packet, 2))
|
||||||
|
|
||||||
local addr1 = string.byte(unstuffed, 1)
|
local addr1 = string.byte(unstuffed, 1)
|
||||||
local addr2 = string.byte(unstuffed, 2)
|
local addr2 = string.byte(unstuffed, 2)
|
||||||
|
|||||||
Reference in New Issue
Block a user