Compare commits
4 Commits
e89bb1d547
...
48b9bf7076
Author | SHA1 | Date | |
---|---|---|---|
48b9bf7076 | |||
b6bd4cb9ad | |||
f25789d703 | |||
|
65d8cd675f |
@ -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