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

recover kinda for dropped packets in vban95 (if packets are dropped, then fill the buffer with 0s for that packet)

This commit is contained in:
2025-05-20 17:52:05 +02:00
parent dee8ed9845
commit 073c34bd29
3 changed files with 121 additions and 105 deletions

View File

@@ -26,7 +26,8 @@
"string.h": "c",
"getopt.h": "c",
"audio.h": "c",
"signal.h": "c"
"signal.h": "c",
"debug.h": "c"
},
"C_Cpp.errorSquiggles": "disabled"
}