mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-08-21 14:36:21 +02:00
Update the protocol version.
This commit is contained in:
+1
-1
@@ -122,7 +122,7 @@ const char HARDWARE[] = concat(HW_TYPE, DESCRIPTION, TCXO, GITVERSION);
|
||||
const char HARDWARE[] = concat(HW_TYPE, DESCRIPTION, TCXO, __TIME__, __DATE__);
|
||||
#endif
|
||||
|
||||
const uint8_t PROTOCOL_VERSION = 1U;
|
||||
const uint8_t PROTOCOL_VERSION = 2U;
|
||||
|
||||
|
||||
CSerialPort::CSerialPort() :
|
||||
|
||||
Reference in New Issue
Block a user