@ -114,13 +114,14 @@ uint8_t CM17TX::writeStream(const uint8_t* data, uint8_t length)
uint8_t CM17TX::writeEOT()
{
/*
uint16_t space = m_buffer.getSpace();
if (space < M17_SYNC_LENGTH_BYTES)
return 5U;
for (uint8_t i = 0U; i < M17_SYNC_LENGTH_BYTES; i++)
m_buffer.put(M17_EOF_SYNC_BYTES[i]);
*/
return 0U;
}
@ -26,7 +26,7 @@
#define VER_MAJOR "1"
#define VER_MINOR "5"
#define VER_REV "2"
#define VERSION_DATE "20210826"
#define VERSION_DATE "20210908"
#if defined(ZUMSPOT_ADF7021)
#define BOARD_INFO "ZUMspot"
Powered by TurnKey Linux.