From 8d8f633b5809f2205b19d7bbffcecf4ef822651d Mon Sep 17 00:00:00 2001 From: Dominik Moritz Date: Thu, 25 Jan 2024 21:50:50 -0500 Subject: [PATCH] Fix typo in ONE --- examples/ONE_V9/ONE_V9.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ONE_V9/ONE_V9.ino b/examples/ONE_V9/ONE_V9.ino index 238bc02..55a6b21 100644 --- a/examples/ONE_V9/ONE_V9.ino +++ b/examples/ONE_V9/ONE_V9.ino @@ -78,7 +78,7 @@ S8_sensor sensor; // time in seconds needed for NOx conditioning uint16_t conditioning_s = 10; -// for peristent saving and loading +// for persistent saving and loading int addr = 4; byte value;