Enable MHZ19(B) Zeropoint calibration task

This commit is contained in:
arendst 2018-01-24 17:38:52 +01:00
parent 2cac51619c
commit a3ea339102
2 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
/* 5.11.1e
* 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
* 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)
* Rewrite function pointers to save code space and memory (#1683)
* Add option define HOME_ASSISTANT_DISCOVERY_ENABLE in user_config.h (#1685)

View File

@ -230,7 +230,7 @@ bool MhzCommandSensor()
switch (XdrvMailbox.payload) {
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);
break;
default: