From 93a5bd548701ae093f056175d2bbf6b52355a3ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ladislav=20=C5=A0est=C3=A1k?= Date: Sun, 20 Dec 2020 11:46:38 +0100 Subject: [PATCH] Calibration typo (#1374) --- src/devices/Bmxx80/Bmxx80Base.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/Bmxx80/Bmxx80Base.cs b/src/devices/Bmxx80/Bmxx80Base.cs index 44fd5054..7bb1fecf 100644 --- a/src/devices/Bmxx80/Bmxx80Base.cs +++ b/src/devices/Bmxx80/Bmxx80Base.cs @@ -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); -- GitLab