未验证 提交 93a5bd54 编写于 作者: L Ladislav Šesták 提交者: GitHub

Calibration typo (#1374)

上级 4dec133e
......@@ -324,7 +324,7 @@ namespace Iot.Device.Bmxx80
_controlRegister = (byte)Bme680Register.CTRL_MEAS;
break;
default:
throw new Exception("Bmxx80 device not correctly configured. Could not find calibraton data.");
throw new Exception("Bmxx80 device not correctly configured. Could not find calibration data.");
}
_calibrationData.ReadFromDevice(this);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册