From 3062f9b3b900d1c97a25f8afca5ccf099275f815 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Thu, 1 Feb 2024 20:28:32 +0100 Subject: README: Example: fix typo (it's "mh_z19", not "mhz19") --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 018e315..fafb45c 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ function uart_callback(data) end end -port:write(mhz19.c_query) +port:write(mh_z19.c_query) ``` The sensor performs a CO₂ measurement every one to five seconds, depending on hardware revision. -- cgit v1.2.3