Wrapping up the POC

Increased the msg buffer to allow cell voltages to be transmitted (at least Leaf). Tested OK
This commit is contained in:
Cabooman 2024-02-01 22:25:21 +01:00
parent 44e8e0bb06
commit 620db2cc33
4 changed files with 45 additions and 11 deletions

View file

@ -23,7 +23,7 @@
// MQTT_MAX_PACKET_SIZE : Maximum packet size. Override with setBufferSize().
#ifndef MQTT_MAX_PACKET_SIZE
#define MQTT_MAX_PACKET_SIZE 512
#define MQTT_MAX_PACKET_SIZE 1024
#endif
// MQTT_KEEPALIVE : keepAlive interval in Seconds. Override with setKeepAlive()