We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66bca3e commit 78cc67dCopy full SHA for 78cc67d
MqttManager/MqttManager.cpp
@@ -14,7 +14,7 @@ void onMqttMessage(char* topic, char* payload, AsyncMqttClientMessageProperties
14
MqttManager::MqttManager()
15
{
16
m_connected = false;
17
- lastWillPayload = "Offline";
+ m_lastWillPayload = "Offline";
18
19
20
m_checkConnectivityTimeOnline = 20000;
0 commit comments