Merge branch 'master' into M17_AX25_FM

This commit is contained in:
Jonathan Naylor 2020-12-08 16:43:06 +00:00
commit 38f6292e71
2 changed files with 2 additions and 2 deletions

View file

@ -591,7 +591,7 @@ bool CDMRDirectNetwork::writeConfig()
char buffer[150U];
::memcpy(buffer + 0U, "DMRC", 4U);
::memcpy(buffer + 0U, "RPTC", 4U);
::memcpy(buffer + 4U, m_id, 4U);
::sprintf(buffer + 8U, "%-8.8s%09u%09u%02u%02u%c%-40.40s%-40.40s",
m_callsign.c_str(), m_rxFrequency, m_txFrequency, power, m_colorCode, slots, m_version,

View file

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