From 999fb67a6a97d40159589b8438612e2fe2181396 Mon Sep 17 00:00:00 2001 From: Gerardo Date: Sat, 12 Feb 2022 01:17:18 +0100 Subject: [PATCH] configuraciones y return --- DomoEsp_v02/LcdMQTTViewer.cpp | 1 + DomoEsp_v02/config_rf.h | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/DomoEsp_v02/LcdMQTTViewer.cpp b/DomoEsp_v02/LcdMQTTViewer.cpp index 82a1dea..f480669 100644 --- a/DomoEsp_v02/LcdMQTTViewer.cpp +++ b/DomoEsp_v02/LcdMQTTViewer.cpp @@ -173,6 +173,7 @@ int LcdMQTTViewer::OnMqtt(char* top, char* payload) } tiempo=millis(); + return -1; } void LcdMQTTViewer::suscribe(PubSubClient *client_qqtt) { diff --git a/DomoEsp_v02/config_rf.h b/DomoEsp_v02/config_rf.h index 1e81127..908e180 100644 --- a/DomoEsp_v02/config_rf.h +++ b/DomoEsp_v02/config_rf.h @@ -1,7 +1,7 @@ //parametros configurables************************************************* #define DEBUG_PS 1//Descomentar para debug -#define CON_LCD 0 -#define CON_WOL 0 +#define CON_LCD 1 +#define CON_WOL 1 //va por 16 class CocinapRUBDomoConfig: public DomoConfig { @@ -532,4 +532,4 @@ class ExteriorDomoConfig: public DomoConfig //configuracion que se usara-------------------------- -SalonDomoConfig ConfiguracionActual; +DespachoDomoConfig ConfiguracionActual;