refactoring

This commit is contained in:
Yurii
2023-12-07 02:57:06 +03:00
parent 45630c3be9
commit 85cd37c4ae
2 changed files with 68 additions and 47 deletions

View File

@@ -113,6 +113,7 @@ protected:
tOt->enable();
}
yield();
#ifdef LED_STATUS_PIN
ledStatus(LED_STATUS_PIN);
#endif
@@ -120,6 +121,7 @@ protected:
externalPump();
// anti memory leak
yield();
if (Log.lock()) {
for (Stream* stream : Log.getStreams()) {
while (stream->available() > 0) {