minor cleanup

* startup message from UM autoplaylist
* zeroCrossingCount added to sound simulation
* debug messages cleanup
This commit is contained in:
Frank
2024-04-30 12:47:45 +02:00
parent 4bfdf9a590
commit 714d4850af
3 changed files with 8 additions and 4 deletions

View File

@@ -85,7 +85,8 @@ class AutoPlaylistUsermod : public Usermod {
// gets called once at boot. Do all initialization that doesn't depend on
// network here
void setup() {
USER_PRINTLN("AutoPlaylistUsermod");
USER_PRINT(F("AutoPlaylistUsermod startup; enabled = "));
USER_PRINT(enabled ? F("true"):F("false")); USER_PRINTLN(F("."));
initDone = true;
}