mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-29 13:46:37 +00:00
Enable MHZ19(B) Zeropoint calibration task
This commit is contained in:
parent
2cac51619c
commit
a3ea339102
@ -1,8 +1,8 @@
|
|||||||
/* 5.11.1e
|
/* 5.11.1e
|
||||||
* Replaced command Ina219Mode with command Sensor13
|
* Replaced command Ina219Mode with command Sensor13
|
||||||
* Add command Sensor15 2 to start MHZ19(B) Zero Point Calibration
|
|
||||||
* Add chunked webserver pages for large pages saving memory
|
* Add chunked webserver pages for large pages saving memory
|
||||||
* Fix Non-English JSON temperature unit attachement
|
* Fix Non-English JSON temperature unit attachement
|
||||||
|
* Add command Sensor15 2 to start MHZ19(B) Zero Point Calibration (#1643)
|
||||||
* Fix Sonoff Pow Energy Today and Energy Total reading after restart (#1648)
|
* Fix Sonoff Pow Energy Today and Energy Total reading after restart (#1648)
|
||||||
* Rewrite function pointers to save code space and memory (#1683)
|
* Rewrite function pointers to save code space and memory (#1683)
|
||||||
* Add option define HOME_ASSISTANT_DISCOVERY_ENABLE in user_config.h (#1685)
|
* Add option define HOME_ASSISTANT_DISCOVERY_ENABLE in user_config.h (#1685)
|
||||||
|
@ -230,7 +230,7 @@ bool MhzCommandSensor()
|
|||||||
|
|
||||||
switch (XdrvMailbox.payload) {
|
switch (XdrvMailbox.payload) {
|
||||||
case 2:
|
case 2:
|
||||||
// MhzSerial->write(mhz_cmnd_zeropoint, 9);
|
MhzSerial->write(mhz_cmnd_zeropoint, 9);
|
||||||
snprintf_P(mqtt_data, sizeof(mqtt_data), S_JSON_SENSOR_INDEX_SVALUE, XSNS_15, D_JSON_ZERO_POINT_CALIBRATION);
|
snprintf_P(mqtt_data, sizeof(mqtt_data), S_JSON_SENSOR_INDEX_SVALUE, XSNS_15, D_JSON_ZERO_POINT_CALIBRATION);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user