Mise à jour de 'offok/offok.ino'

Minor typo
This commit is contained in:
JeArz 2021-05-20 06:29:15 +02:00
parent 7702f6408a
commit c13da754e4
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ void showTrace() {
Serial.println(lastReading); Serial.println(lastReading);
#endif #endif
} }
// show IR frames count, by showResult // show IR frames count, replaced by showResult
void showCount(int val) { void showCount(int val) {
char buf[16]; char buf[16];
u8g2.firstPage(); u8g2.firstPage();