mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 23:45:49 +08:00
Rename MQTTPublisher to MQTTConnection.
This commit is contained in:
4
Log.cpp
4
Log.cpp
@@ -17,7 +17,7 @@
|
||||
*/
|
||||
|
||||
#include "Log.h"
|
||||
#include "MQTTPublisher.h"
|
||||
#include "MQTTConnection.h"
|
||||
|
||||
#if defined(_WIN32) || defined(_WIN64)
|
||||
#include <Windows.h>
|
||||
@@ -33,7 +33,7 @@
|
||||
#include <cassert>
|
||||
#include <cstring>
|
||||
|
||||
CMQTTPublisher* m_mqtt = NULL;
|
||||
CMQTTConnection* m_mqtt = NULL;
|
||||
|
||||
static unsigned int m_mqttLevel = 2U;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user