mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-11 07:32:14 +00:00
Merge pull request #2082 from joshpirihi/develop
Increase MQTT buffer size
This commit is contained in:
commit
74e6eb34bd
@ -165,6 +165,7 @@ void MQTT::reconnect()
|
||||
serverAddr = server.c_str();
|
||||
}
|
||||
pubSub.setServer(serverAddr, serverPort);
|
||||
pubSub.setBufferSize(512);
|
||||
|
||||
LOG_INFO("Connecting to MQTT server %s, port: %d, username: %s, password: %s\n", serverAddr, serverPort, mqttUsername, mqttPassword);
|
||||
auto myStatus = (statusTopic + owner.id);
|
||||
|
Loading…
Reference in New Issue
Block a user