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:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user