Rename MQTTPublisher to MQTTConnection.

This commit is contained in:
Jonathan Naylor
2023-06-19 14:57:30 +01:00
parent cf9d470f23
commit ff004211b9
7 changed files with 27 additions and 33 deletions

View File

@@ -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;