mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-22 21:36:11 +02:00
MI - delete unnecessary MiInfoCommand
compiles, but untested yet; should work
This commit is contained in:
parent
4eed422cac
commit
892ce44441
2 changed files with 3 additions and 10 deletions
|
@ -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[] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue