Fix a compile issue and bump the version date.
This commit is contained in:
parent
5c68399ba3
commit
19ed7e9e83
2 changed files with 2 additions and 2 deletions
|
@ -19,6 +19,6 @@
|
|||
#if !defined(VERSION_H)
|
||||
#define VERSION_H
|
||||
|
||||
const char* VERSION = "20200621";
|
||||
const char* VERSION = "20200803";
|
||||
|
||||
#endif
|
||||
|
|
|
@ -530,7 +530,7 @@ void CYSFGateway::createWiresX(CYSFNetwork* rptNetwork)
|
|||
m_wiresX->start();
|
||||
}
|
||||
|
||||
void CYSFGateway::processWiresX(const unsigned char* buffer, unsigned char fi, unsigned char dt, unsigned char fn, unsigned char ft, bool dontProcessWiresXLocal, bool wiresXCommandPassthrough)
|
||||
bool CYSFGateway::processWiresX(const unsigned char* buffer, unsigned char fi, unsigned char dt, unsigned char fn, unsigned char ft, bool dontProcessWiresXLocal, bool wiresXCommandPassthrough)
|
||||
{
|
||||
bool ret=true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue