mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 04:36:31 +00:00
parent
829d541b1b
commit
9376b6f7c0
@ -1,4 +1,5 @@
|
|||||||
/* 6.1.1c
|
/* 6.1.1c
|
||||||
|
* Fix command TimeDst/TimeStd invalid JSON (#3322)
|
||||||
* Fix possible WDT due to long MQTT publish handling (#3313)
|
* Fix possible WDT due to long MQTT publish handling (#3313)
|
||||||
* Fix CCS811 temperature and humidity compensation
|
* Fix CCS811 temperature and humidity compensation
|
||||||
* Add support for CCS811 sensor (#3309)
|
* Add support for CCS811 sensor (#3309)
|
||||||
|
@ -1117,7 +1117,7 @@ void MqttDataHandler(char* topic, byte* data, unsigned int data_len)
|
|||||||
ntp_force_sync = 1;
|
ntp_force_sync = 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
snprintf_P(mqtt_data, sizeof(mqtt_data), PSTR("{\"%s\":{\"Hemisphere\":%d,\"Week\":%d,\"Month\":%d,\"Day\":%d,\"Hour\":%d,\"Offset\":%d\"}}"),
|
snprintf_P(mqtt_data, sizeof(mqtt_data), PSTR("{\"%s\":{\"Hemisphere\":%d,\"Week\":%d,\"Month\":%d,\"Day\":%d,\"Hour\":%d,\"Offset\":%d}}"),
|
||||||
command, Settings.tflag[ts].hemis, Settings.tflag[ts].week, Settings.tflag[ts].month, Settings.tflag[ts].dow, Settings.tflag[ts].hour, Settings.toffset[ts]);
|
command, Settings.tflag[ts].hemis, Settings.tflag[ts].week, Settings.tflag[ts].month, Settings.tflag[ts].dow, Settings.tflag[ts].hour, Settings.toffset[ts]);
|
||||||
}
|
}
|
||||||
else if (CMND_ALTITUDE == command_code) {
|
else if (CMND_ALTITUDE == command_code) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user