Skip to content

Commit

Permalink
V 4.59b
Browse files Browse the repository at this point in the history
  • Loading branch information
InnuendoPi committed Feb 23, 2024
1 parent 8eb28c8 commit 671f2a8
Show file tree
Hide file tree
Showing 7 changed files with 64 additions and 64 deletions.
2 changes: 1 addition & 1 deletion 9_SYSTEM.ino
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ void EM_MQTTCONNECT() // MQTT connect
// else
// pubsubClient.setBufferSize(512); // large buffersize to receive all CBPi4 MQTT payload

pubsubClient.setBufferSize(3096); // large buffersize to receive all CBPi4 MQTT payload
pubsubClient.setBufferSize(2048); // large buffersize to receive all CBPi4 MQTT payload
pubsubClient.setServer(mqtthost, mqttport);
pubsubClient.setCallback(mqttcallback);
pubsubClient.connect(mqtt_clientid, mqttuser, mqttpass);
Expand Down
Binary file modified build/MQTTDevice4.ino.bin
Binary file not shown.
Binary file modified build/MQTTDevice4.mklittlefs.bin
Binary file not shown.
126 changes: 63 additions & 63 deletions build/compile_commands.json

Large diffs are not rendered by default.

Binary file modified tools/Firmware.zip
Binary file not shown.
Binary file modified tools/MQTTDevice4.ino.bin
Binary file not shown.
Binary file modified tools/MQTTDevice4.mklittlefs.bin
Binary file not shown.

0 comments on commit 671f2a8

Please sign in to comment.