This commit is contained in:
2019-04-26 03:59:47 +03:00
parent 5d0fe62f71
commit 29a95f79c0
2 changed files with 3 additions and 2 deletions

View File

@@ -76,7 +76,7 @@ int owUpdate() {
}//if
} //while
debugSerial<<F("1-wire count: ")<<t_count;
debugSerial<<F("1-wire count: ")<<t_count<<endl;
#endif
}