From cb4e16cee4eeb650c2d4e140cb85487e40deb66d Mon Sep 17 00:00:00 2001 From: rodriguezst <2828844+rodriguezst@users.noreply.github.com> Date: Mon, 13 Jun 2022 14:24:49 +0000 Subject: [PATCH] Rebase from master branch --- networkDevices/WifiDevice.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/networkDevices/WifiDevice.cpp b/networkDevices/WifiDevice.cpp index 6eee29e..8a26b59 100644 --- a/networkDevices/WifiDevice.cpp +++ b/networkDevices/WifiDevice.cpp @@ -74,7 +74,7 @@ void WifiDevice::initialize() Serial.println(WiFi.localIP().toString()); } - _mqttClient.setBufferSize(_mqttMaxBufferSize); + _mqttClient->setBufferSize(_mqttMaxBufferSize); } void WifiDevice::reconfigure()