Skip to content

Commit

Permalink
Fixed lastwill variable
Browse files Browse the repository at this point in the history
  • Loading branch information
danimtb committed Nov 2, 2017
1 parent 66bca3e commit 78cc67d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MqttManager/MqttManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ void onMqttMessage(char* topic, char* payload, AsyncMqttClientMessageProperties
MqttManager::MqttManager()
{
m_connected = false;
lastWillPayload = "Offline";
m_lastWillPayload = "Offline";


m_checkConnectivityTimeOnline = 20000;
Expand Down

0 comments on commit 78cc67d

Please sign in to comment.