finished speed and sensor menu in modes
This commit is contained in:
@@ -29,7 +29,7 @@ class MenuPidSettings : public MenuIntInputWrapper {
|
||||
*/
|
||||
MenuPidSettings(PID* pid);
|
||||
|
||||
void action(int16_t* values, uint8_t length);
|
||||
void action(int16_t* values, uint8_t length) override;
|
||||
|
||||
private:
|
||||
PID* pid;
|
||||
|
||||
Reference in New Issue
Block a user