From de1d8332e2678c816b629e3ac350470288bb4864 Mon Sep 17 00:00:00 2001 From: diletone <96388572+diletone@users.noreply.github.com> Date: Fri, 25 Nov 2022 03:38:09 -0500 Subject: [PATCH] Fix set_calibration_point_high example (#2476) --- components/sensor/ezo.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/sensor/ezo.rst b/components/sensor/ezo.rst index fd7e2b7a4..810ef414d 100644 --- a/components/sensor/ezo.rst +++ b/components/sensor/ezo.rst @@ -152,7 +152,7 @@ From :ref:`lambdas `, you can interact with the sensor in various .. code-block:: cpp - id(ph_ezo).set_calibration_point_low(10.00); + id(ph_ezo).set_calibration_point_high(10.00); - ``clear_calibration()``: Clears all calibration points.