update espMqttclient

This commit is contained in:
technyon
2024-03-02 04:30:46 +01:00
parent e92d0e9ac9
commit 7219ddd556
36 changed files with 667 additions and 210 deletions

View File

@@ -43,7 +43,7 @@ class ClientPosix : public Transport {
protected:
int _sockfd;
struct sockaddr_in _host;
sockaddr_in _host;
};
} // namespace espMqttClientInternals