configuraciones y return
parent
eae3647d68
commit
999fb67a6a
|
|
@ -173,6 +173,7 @@ int LcdMQTTViewer::OnMqtt(char* top, char* payload)
|
|||
}
|
||||
|
||||
tiempo=millis();
|
||||
return -1;
|
||||
}
|
||||
void LcdMQTTViewer::suscribe(PubSubClient *client_qqtt)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue