mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-02-26 12:32:05 +01:00
now?
This commit is contained in:
@@ -24,7 +24,7 @@ local function start_rft()
|
||||
_Rft_crc_sent = true
|
||||
if _Rft_crc_mode ~= 0 then warn("rft: No other crc than mode 0 is supported as of now") end
|
||||
_Rft_crc_mode = 0
|
||||
return true, (2 << 14), _Rft_aid, (1 << 28) | (_Rft_crc_mode & 7) << 25 | (seg & 511), crc16(_Rft_file)
|
||||
return true, (2 << 14), _Rft_aid, (1 << 29) | (_Rft_crc_mode & 7) << 25 | (seg & 511), crc16(_Rft_file)
|
||||
else
|
||||
_Rft_crc_sent = false
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user