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

send it a little more often

This commit is contained in:
2025-12-28 22:53:03 +01:00
parent 51645c9798
commit 0b2886d57e

View File

@@ -35,7 +35,10 @@ local function start_rft()
local word4 = (b(3) << 8) | b(4)
_Rft_file_segment = seg + 1
if _Rft_file_segment >= total_segments then _Rft_file_segment = 0 end
if _Rft_file_segment >= total_segments then
_Rft_file_segment = 0
_Rft_crc_sent = false
end
return true, (2 << 12) | word1, word2, word3, word4
end)