Minor code cleanups and fixes

This commit is contained in:
Oleg Kalachev
2023-11-12 10:51:56 +03:00
parent 160e300566
commit dbd413c234
3 changed files with 4 additions and 62 deletions

View File

@@ -55,8 +55,6 @@ const struct Param {
{"ss", &loopFreq, nullptr},
{"dt", &dt, nullptr},
{"t", &t, nullptr},
// {"m", &mode, nullptr},
};
void doCommand(String& command, String& value)