remove unnecessare set_buffer_size

This commit is contained in:
technyon
2023-01-15 12:37:39 +01:00
parent 60149ab23e
commit 8169e09d1e
4 changed files with 3 additions and 6 deletions

View File

@@ -98,8 +98,6 @@ void WifiDevice::initialize()
onDisconnected();
});
}
_mqttClient->setBufferSize(_mqttMaxBufferSize);
}
void WifiDevice::reconfigure()