Add badgesdr source and add logging to spectran source

This commit is contained in:
AlexandreRouma
2024-08-05 22:32:39 +02:00
parent bcadb36232
commit 118e1fbff0
9 changed files with 1355 additions and 10 deletions

View File

@ -93,7 +93,7 @@ namespace ryfi {
// If the frames aren't consecutive
int frameRead = 0;
if (frame.counter != expectedCounter) {
//flog::warn("Lost at least {} frames", ((int)frame.counter - (int)expectedCounter + 0x10000) % 0x10000);
flog::warn("Lost at least {} frames", ((int)frame.counter - (int)expectedCounter + 0x10000) % 0x10000);
// Cancel the partial packet if there was one
pktExpected = 0;