diff --git a/M17TX.cpp b/M17TX.cpp index 20c16b8..dceb8b3 100644 --- a/M17TX.cpp +++ b/M17TX.cpp @@ -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; } diff --git a/version.h b/version.h index cc6658a..0e57912 100644 --- a/version.h +++ b/version.h @@ -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"