diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-09-09 06:27:58 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-09-09 06:27:58 +0200 |
commit | 8eea3bc795512ec12a563d22a5a474efada2b6c8 (patch) | |
tree | 820aaaf107f222c745c4ace703f1e12b5a89940f /README.md | |
parent | 3062f9b3b900d1c97a25f8afca5ccf099275f815 (diff) |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ port:on("data", 9, uart_callback) function uart_callback(data) if mh_z19.parse_frame(data) then -- mh_z19.co2 : CO₂ concentration [ppm] - -- mh_z19.temp : device temperature [°c] + -- mh_z19.temp : device temperature [°C] -- mh_z19.abc_ticks : ticks since last Automatic Baseline Correction -- mh_z19.abc_count : number of Automatic Baseline Corrections performed since power-on end |