Update user_code.hpp
This commit is contained in:
parent
44ccee7903
commit
bd335480b9
|
@ -1,6 +1,8 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
#include <ESPMegaPRO.h>
|
#include <ESPMegaPRO.h>
|
||||||
#include <EasyNextionLibrary.h>
|
#include <EasyNextionLibrary.h>
|
||||||
|
#include <PubSubClient.h>
|
||||||
|
#include <PubSubClientTools.h>
|
||||||
#include "espmega_iot_timer.hpp"
|
#include "espmega_iot_timer.hpp"
|
||||||
|
|
||||||
// External LCD Configuration
|
// External LCD Configuration
|
||||||
|
@ -37,3 +39,5 @@ extern uint8_t ac_get_temperature();
|
||||||
extern uint8_t ac_get_mode();
|
extern uint8_t ac_get_mode();
|
||||||
extern uint8_t ac_get_fan_speed();
|
extern uint8_t ac_get_fan_speed();
|
||||||
extern bool standalone;
|
extern bool standalone;
|
||||||
|
extern PubSubClient mqtt_client;
|
||||||
|
extern PubSubClientTools mqtt;
|
Loading…
Reference in New Issue