Skip to content

Commit 29d647b

Browse files
anthrenelirenhe
authored andcommitted
Bug fix in reset procedure. (VSChina#9)
1 parent 67dfa4f commit 29d647b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Esp32MQTTClient.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -606,6 +606,8 @@ void Esp32MQTTClient_Close(void)
606606
IoTHubClient_LL_Destroy(iotHubClientHandle);
607607
iotHubClientHandle = NULL;
608608
}
609+
610+
platform_deinit();
609611
}
610612

611613
void Esp32MQTTClient_SetConnectionStatusCallback(CONNECTION_STATUS_CALLBACK connection_status_callback)

0 commit comments

Comments
 (0)