mirror of
https://github.com/martin-ger/esp_wifi_repeater.git
synced 2026-07-27 19:56:03 +00:00
Merge pull request #315 from bchabrier/small_fixes
Increased MQTT_BUF_SIZE to fit help output
This commit is contained in:
+1
-1
@@ -116,7 +116,7 @@
|
||||
//
|
||||
#define MQTT_CLIENT 1
|
||||
|
||||
#define MQTT_BUF_SIZE 1024
|
||||
#define MQTT_BUF_SIZE 2048
|
||||
#define MQTT_KEEPALIVE 120 /*seconds*/
|
||||
#define MQTT_RECONNECT_TIMEOUT 5 /*seconds*/
|
||||
#define PROTOCOL_NAMEv31 /*MQTT version 3.1 compatible with Mosquitto v0.15*/
|
||||
|
||||
Reference in New Issue
Block a user