0
1
mirror of https://github.com/radio95-rnt/fm95.git synced 2026-02-27 03:23:54 +01:00
This commit is contained in:
2025-05-17 21:49:34 +02:00
parent 9b45f09816
commit 179b784d5a

View File

@@ -249,6 +249,7 @@ int main(int argc, char *argv[]) {
vban_frame += dropped_packets; // Resync to current frame
} else {
if (quiet == 0) printf("Packets received out of order (got:%d, expected:%d)\n", data.packet_data.frame_num, expected_frame);
vban_frame = data.packet_data.frame_num - 1;
}
}
vban_frame++;