0
1
mirror of https://github.com/radio95-rnt/fm95.git synced 2026-02-26 19:23:51 +01:00
This commit is contained in:
2025-05-20 18:12:01 +02:00
parent a1fa68cb27
commit 4f0bddc335

View File

@@ -332,6 +332,7 @@ int main(int argc, char *argv[]) {
} else {
int32_t diff = (int32_t)(data.packet_data.frame_num - (vban_frame++));
if(diff != 0) {
debug_printf("Frame number diff: %d\n", diff);
if(diff == 0) {
if (quiet == 0) printf("Duplicate packet received\n");
} else if (diff > 1) {