store debug and info in eeprom too
This commit is contained in:
@ -98,6 +98,10 @@ private:
|
||||
float getAlpha();
|
||||
void setCalibrateFactor(unsigned int i, float c);
|
||||
float getCalibrateFactor(unsigned int i);
|
||||
void setDebug(bool b);
|
||||
bool getDebug();
|
||||
void setInfo(bool b);
|
||||
bool getInfo();
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user