Clean up the FEC processing for M17.

This commit is contained in:
Jonathan Naylor
2021-07-08 23:00:53 +01:00
parent b6ff701c05
commit bf3dbdb55d
4 changed files with 24 additions and 16 deletions

View File

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