Merge branch 'testing'
This commit is contained in:
commit
48b9bf7076
@ -624,7 +624,7 @@ bool setupMqtt() {
|
||||
if (client.connect(clientId.c_str(), bambu_username, bambu_accesscode))
|
||||
{
|
||||
client.setCallback(mqtt_callback);
|
||||
client.setBufferSize(10240);
|
||||
client.setBufferSize(15488);
|
||||
client.subscribe((String(topic) + "/report").c_str());
|
||||
Serial.println("MQTT-Client initialisiert");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user