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

thats wrong

This commit is contained in:
2025-12-28 23:06:17 +01:00
parent 49a8014f79
commit 15beb6ae94

View File

@@ -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, crc16(_Rft_file)
return true, (2 << 14), _Rft_aid, (1 << 29) | (_Rft_crc_mode & 7) << 25, crc16(_Rft_file)
else
_Rft_crc_sent = false
end