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

@@ -40,8 +40,6 @@ void W5500Device::initialize()
Ethernet.init(ETHERNET_CS_PIN);
_ethClient = new EthernetClient();
_mqttClient = new PubSubClient(*_ethClient);
_mqttClient->setBufferSize(_mqttMaxBufferSize);
if(_preferences->getBool(preference_mqtt_log_enabled))
{