mirror of
https://github.com/okalachev/flix.git
synced 2026-02-17 15:41:32 +00:00
Print low pass filters parameters and current mode in cli
This commit is contained in:
@@ -267,3 +267,13 @@ inline void indicateSaturation() {
|
||||
setLED(motorsSaturation);
|
||||
}
|
||||
}
|
||||
|
||||
const char* getModeName()
|
||||
{
|
||||
switch (mode) {
|
||||
case MANUAL: return "MANUAL";
|
||||
case ACRO: return "ACRO";
|
||||
case STAB: return "STAB";
|
||||
default: return "UNKNOWN";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user