mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-06 23:13:50 +00:00
Handle rejected M17 RF transmissions.
This commit is contained in:
parent
f216ee4e04
commit
97a00ef2a3
4 changed files with 25 additions and 14 deletions
6
Log.cpp
6
Log.cpp
|
|
@ -149,6 +149,12 @@ void LogFinalise()
|
|||
{
|
||||
if (m_fpLog != NULL)
|
||||
::fclose(m_fpLog);
|
||||
|
||||
if (m_mqtt != NULL) {
|
||||
m_mqtt->close();
|
||||
delete m_mqtt;
|
||||
m_mqtt = NULL;
|
||||
}
|
||||
}
|
||||
|
||||
void Log(unsigned int level, const char* fmt, ...)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue