1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-08-12 22:43:36 -04:00

Increase AISDEMOD_MAX_BYTES to 160, to support max sized frame and stuffing bits.

This commit is contained in:
Jon Beniston
2026-07-31 02:14:17 +01:00
parent 5c0313a964
commit 068b7c376f
+1 -1
View File
@@ -37,7 +37,7 @@
#include <iostream>
#include <fstream>
#define AISDEMOD_MAX_BYTES (3+1+126+2+1+1)
#define AISDEMOD_MAX_BYTES 160
class ChannelAPI;
class AISDemod;