Fix typo in ONE

This commit is contained in:
Dominik Moritz
2024-01-25 21:50:50 -05:00
committed by GitHub
parent 31c51cc4ee
commit 8d8f633b58

View File

@ -78,7 +78,7 @@ S8_sensor sensor;
// time in seconds needed for NOx conditioning // time in seconds needed for NOx conditioning
uint16_t conditioning_s = 10; uint16_t conditioning_s = 10;
// for peristent saving and loading // for persistent saving and loading
int addr = 4; int addr = 4;
byte value; byte value;