0
1
mirror of https://github.com/radio95-rnt/fm95.git synced 2026-02-26 19:23:51 +01:00

do this? idk

This commit is contained in:
2025-05-17 21:43:41 +02:00
parent f64ccbb078
commit a8108e0b7b

View File

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