configuraciones y return
parent
eae3647d68
commit
999fb67a6a
|
|
@ -173,6 +173,7 @@ int LcdMQTTViewer::OnMqtt(char* top, char* payload)
|
||||||
}
|
}
|
||||||
|
|
||||||
tiempo=millis();
|
tiempo=millis();
|
||||||
|
return -1;
|
||||||
}
|
}
|
||||||
void LcdMQTTViewer::suscribe(PubSubClient *client_qqtt)
|
void LcdMQTTViewer::suscribe(PubSubClient *client_qqtt)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
//parametros configurables*************************************************
|
//parametros configurables*************************************************
|
||||||
#define DEBUG_PS 1//Descomentar para debug
|
#define DEBUG_PS 1//Descomentar para debug
|
||||||
#define CON_LCD 0
|
#define CON_LCD 1
|
||||||
#define CON_WOL 0
|
#define CON_WOL 1
|
||||||
//va por 16
|
//va por 16
|
||||||
class CocinapRUBDomoConfig: public DomoConfig
|
class CocinapRUBDomoConfig: public DomoConfig
|
||||||
{
|
{
|
||||||
|
|
@ -532,4 +532,4 @@ class ExteriorDomoConfig: public DomoConfig
|
||||||
|
|
||||||
|
|
||||||
//configuracion que se usara--------------------------
|
//configuracion que se usara--------------------------
|
||||||
SalonDomoConfig ConfiguracionActual;
|
DespachoDomoConfig ConfiguracionActual;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue