mirror of
https://github.com/arendst/Tasmota.git
synced 2025-08-07 09:57:42 +00:00
Update sonoff.ino
This commit is contained in:
parent
0e56044eb5
commit
4700e49d70
@ -125,6 +125,7 @@ int wifi_state_flag = WIFI_RESTART; // Wifi state flag
|
|||||||
int tele_period = 1; // Tele period timer
|
int tele_period = 1; // Tele period timer
|
||||||
int blinks = 201; // Number of LED blinks
|
int blinks = 201; // Number of LED blinks
|
||||||
uint32_t uptime = 0; // Counting every second until 4294967295 = 130 year
|
uint32_t uptime = 0; // Counting every second until 4294967295 = 130 year
|
||||||
|
uint32_t loop_load_avg = 0; // Indicative loop load average
|
||||||
uint32_t global_update = 0; // Timestamp of last global temperature and humidity update
|
uint32_t global_update = 0; // Timestamp of last global temperature and humidity update
|
||||||
float global_temperature = 0; // Provide a global temperature to be used by some sensors
|
float global_temperature = 0; // Provide a global temperature to be used by some sensors
|
||||||
float global_humidity = 0; // Provide a global humidity to be used by some sensors
|
float global_humidity = 0; // Provide a global humidity to be used by some sensors
|
||||||
@ -190,7 +191,7 @@ char mqtt_data[MESSZ]; // MQTT publish buffer and web page
|
|||||||
char log_data[LOGSZ]; // Logging
|
char log_data[LOGSZ]; // Logging
|
||||||
char web_log[WEB_LOG_SIZE] = {'\0'}; // Web log buffer
|
char web_log[WEB_LOG_SIZE] = {'\0'}; // Web log buffer
|
||||||
String backlog[MAX_BACKLOG]; // Command backlog
|
String backlog[MAX_BACKLOG]; // Command backlog
|
||||||
uint32_t loop_load_avg = 0; // Indicative loop load average
|
|
||||||
|
|
||||||
/********************************************************************************************/
|
/********************************************************************************************/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user