0
1
mirror of https://github.com/radio95-rnt/rds95.git synced 2026-02-26 12:32:05 +01:00
This commit is contained in:
2025-12-31 20:39:04 +01:00
parent e45f9bfccd
commit bd4f0ed3fa

View File

@@ -89,7 +89,7 @@ function RftInstance:start()
if self.crc_segment > #self.crc_data then self.crc_segment = 1 end
return true, (2 << 14), self.aid, c, (high_byte << 8) | low_byte
else self.crc_sent_this_cycle = false end
elseif self.crc_sent_this_cycle then self.crc_sent_this_cycle = false end
local base = self.file_segment * 5 + 1
local function b(i) return string.byte(self.file_data, base + i) or 0 end