Compile Errors #68

Signed-off-by: tomoaki <tomoaki@tomy-tech.com>
This commit is contained in:
tomoaki
2018-08-15 06:41:10 +09:00
parent 6e865d62f0
commit 42886b70f0
5 changed files with 5 additions and 4 deletions

View File

@@ -44,7 +44,7 @@ Client::Client(bool secure)
_clientId = nullptr;
_willTopic = nullptr;
_willMsg = nullptr;
_connectData = {0, 0, 0, 0, 0, 0, 0};
_connectData = MQTTPacket_Connect_Initializer;
_network = new Network(secure);
_secureNetwork = secure;
_sensorNetype = true;