Accept rejected or invalid transmissions as being 'in' despite not being

relayed. Also give extra headroom on the convolution decoders.
This commit is contained in:
Jonathan Naylor
2021-06-25 16:21:48 +01:00
parent a8fe55acc4
commit 50337639b2
8 changed files with 17 additions and 17 deletions

View File

@@ -19,6 +19,6 @@
#if !defined(VERSION_H)
#define VERSION_H
const char* VERSION = "20210618";
const char* VERSION = "20210625";
#endif