initial migration from String to string
This commit is contained in:
parent
77ca96007b
commit
d7b8af258a
4 changed files with 74 additions and 55 deletions
|
@ -7,7 +7,7 @@
|
|||
#include "espmega_iot_external_lcd.hpp"
|
||||
|
||||
// Enable Software Module(s)
|
||||
#define ENABLE_INTERNAL_LCD
|
||||
//#define ENABLE_INTERNAL_LCD
|
||||
#define ENABLE_IR_MODULE
|
||||
#define ENABLE_CLIMATE_MODULE // Require IR Module
|
||||
#define ENABLE_WEBUI
|
||||
|
@ -41,7 +41,7 @@ void timer1_callback();
|
|||
void mqtt_connected_user_callback();
|
||||
void bt0PopCallback(void *ptr);
|
||||
void user_state_request_callback();
|
||||
|
||||
void user_mqtt_callback(char* topic, uint8_t topic_length, char* payload, unsigned int payload_length);
|
||||
|
||||
// ESPMega IoT Core Build-in Functions
|
||||
extern void pwm_set_state(int id, int state);
|
||||
|
@ -58,5 +58,4 @@ 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 PubSubClient mqtt;
|
Loading…
Add table
Add a link
Reference in a new issue