Fix aunit tests

This commit is contained in:
hsaturn
2021-08-09 02:33:01 +02:00
parent 90dea36ab0
commit c4cf39ab68
4 changed files with 13 additions and 7 deletions

View File

@@ -105,5 +105,5 @@ void setup() {
void loop() {
aunit::TestRunner::run();
if (Serial.available()) ESP.reset();
// if (Serial.available()) ESP.reset();
}