fixed main button gpios range; mqtt timeout reconnect decreased to 20

sec
This commit is contained in:
Bogdan Pilyugin 2023-04-17 15:46:51 +02:00
parent 37d410623c
commit 51b9653472
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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