Small cleanups.

This commit is contained in:
Jonathan Naylor 2020-08-30 14:54:51 +01:00
parent 2349520964
commit 132fb62d56
2 changed files with 1 additions and 4 deletions

View file

@ -241,9 +241,6 @@ bool CDMRNetwork::write(const CDMRData& data)
buffer[54U] = data.getRSSI();
if (m_debug)
CUtils::dump(1U, "Network Transmitted", buffer, HOMEBREW_DATA_PACKET_LENGTH);
write(buffer, HOMEBREW_DATA_PACKET_LENGTH);
return true;

View file

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