Boot as AP, Configuration, TempSensor etc

This commit is contained in:
Roar Fredriksen
2018-03-20 01:21:49 +01:00
parent f8fe34a454
commit c991403e25
6 changed files with 534 additions and 79 deletions

View File

@@ -81,6 +81,8 @@ void HanReader::debugPrint(byte *buffer, int start, int length)
debug->println("");
else if ((i - start + 1) % 4 == 0)
debug->print(" ");
yield(); // Let other get some resources too
}
debug->println("");
}