Update the P25 Reed-Solomon FEC to be the same as the DVMM project.

This commit is contained in:
Jonathan Naylor
2024-09-30 18:27:00 +01:00
parent b1ac8ccfd6
commit bc43db1e02
14 changed files with 1249 additions and 312 deletions

View File

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