Skip to content

Commit

Permalink
Enable MHZ19(B) Zeropoint calibration task
Browse files Browse the repository at this point in the history
  • Loading branch information
arendst committed Jan 24, 2018
1 parent 2cac516 commit a3ea339
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sonoff/_releasenotes.ino
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion sonoff/xsns_15_mhz19.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a3ea339

Please sign in to comment.