Compare commits
No commits in common. "a715988f84f93eb5d82fab7df106520b9ce64b5c" and "f7f1bec255ba9f3c58277ae22056b9bc79a2f702" have entirely different histories.
a715988f84
...
f7f1bec255
|
@ -1,8 +1,6 @@
|
|||
#pragma once
|
||||
#include <ESPMegaPRO.h>
|
||||
#include <EasyNextionLibrary.h>
|
||||
#include <PubSubClient.h>
|
||||
#include <PubSubClientTools.h>
|
||||
#include "espmega_iot_timer.hpp"
|
||||
|
||||
// External LCD Configuration
|
||||
|
@ -38,6 +36,4 @@ extern void ac_set_state(int mode, int temperature, int fan_speed);
|
|||
extern uint8_t ac_get_temperature();
|
||||
extern uint8_t ac_get_mode();
|
||||
extern uint8_t ac_get_fan_speed();
|
||||
extern bool standalone;
|
||||
extern PubSubClient mqtt_client;
|
||||
extern PubSubClientTools mqtt;
|
||||
extern bool standalone;
|
Loading…
Reference in New Issue