mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-05 10:49:42 +02:00
Loop function added, generic timer added, message buffer increased (you never know)
This commit is contained in:
parent
bf37f655df
commit
957a91e55e
6 changed files with 41 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
|
||||
// MQTT_MAX_PACKET_SIZE : Maximum packet size. Override with setBufferSize().
|
||||
#ifndef MQTT_MAX_PACKET_SIZE
|
||||
#define MQTT_MAX_PACKET_SIZE 256
|
||||
#define MQTT_MAX_PACKET_SIZE 512
|
||||
#endif
|
||||
|
||||
// MQTT_KEEPALIVE : keepAlive interval in Seconds. Override with setKeepAlive()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue