fixed main button gpios range; mqtt timeout reconnect decreased to 20
sec
This commit is contained in:
parent
37d410623c
commit
51b9653472
2
Kconfig
2
Kconfig
|
|
@ -37,7 +37,7 @@ menu "WebGUIApp"
|
||||||
|
|
||||||
config MAIN_FUNCTIONAL_BUTTON_GPIO
|
config MAIN_FUNCTIONAL_BUTTON_GPIO
|
||||||
int "Main functional button GPIO"
|
int "Main functional button GPIO"
|
||||||
range -1 34
|
range -1 39
|
||||||
default 15
|
default 15
|
||||||
help
|
help
|
||||||
Set the GPIO number for main system button. Mainly needed for settings default reset. If not
|
Set the GPIO number for main system button. Mainly needed for settings default reset. If not
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@
|
||||||
#define MQTT_MESSAGE_BUFER_LENTH 5 //size of mqtt queue
|
#define MQTT_MESSAGE_BUFER_LENTH 5 //size of mqtt queue
|
||||||
#define MQTT_RECONNECT_CHANGE_ADAPTER 3
|
#define MQTT_RECONNECT_CHANGE_ADAPTER 3
|
||||||
|
|
||||||
#define MQTT_RECONNECT_TIMEOUT 30
|
#define MQTT_RECONNECT_TIMEOUT 20
|
||||||
|
|
||||||
#if CONFIG_WEBGUIAPP_MQTT_ENABLE
|
#if CONFIG_WEBGUIAPP_MQTT_ENABLE
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user