mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-06 15:04:18 +00:00
Rename MQTTPublisher to MQTTConnection.
This commit is contained in:
parent
cf9d470f23
commit
ff004211b9
7 changed files with 27 additions and 33 deletions
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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue