MI - delete unnecessary MiInfoCommand

compiles, but untested yet; should work
This commit is contained in:
rejoe2 2023-03-05 21:47:02 +01:00 committed by GitHub
parent 4eed422cac
commit 892ce44441
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 10 deletions

View file

@ -90,13 +90,6 @@ class InfoCommand : public CommandAbstract {
}
};
class MiInfoCommand : public CommandAbstract {
public:
MiInfoCommand(uint8_t cmd){
_TxType = cmd;
_Cmd = cmd;
}
};
// list of all available functions, mapped in hmDefines.h
template<class T=float>
const calcFunc_t<T> calcFunctions[] = {