less verbose logging and heap free printing

This commit is contained in:
Thomas Göttgens
2022-12-30 14:22:08 +01:00
parent be91b08b3e
commit 115cb05d3b
3 files changed
+3 -4

No files matched your search

-1
View File
@@ -220,7 +220,6 @@ int32_t SerialModule::runOnce()
return (10);
} else {
DEBUG_MSG("Serial Module Disabled\n");
return disable();
}
}