0
1
mirror of https://github.com/radio95-rnt/rds95.git synced 2026-02-26 20:33:53 +01:00

still not sure

This commit is contained in:
2025-12-28 23:18:14 +01:00
parent 667b1e51ab
commit 9c348e25d6

View File

@@ -24,7 +24,7 @@ local function start_rft()
_Rft_crc_sent = true _Rft_crc_sent = true
if _Rft_crc_mode ~= 0 then warn("rft: No other crc than mode 0 is supported as of now") end if _Rft_crc_mode ~= 0 then warn("rft: No other crc than mode 0 is supported as of now") end
_Rft_crc_mode = 0 _Rft_crc_mode = 0
return true, (2 << 14), _Rft_aid, (1 << 12) | (_Rft_crc_mode & 7) << 11, crc16(_Rft_file) return true, (2 << 14), _Rft_aid, (1 << 12) | (_Rft_crc_mode & 7) << 9 | (seg & 511), crc16(_Rft_file)
else else
_Rft_crc_sent = false _Rft_crc_sent = false
end end