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 changed files with 3 additions and 4 deletions

View File

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