Fixed pluginsystem

This commit is contained in:
CommanderRedYT
2021-11-05 20:12:18 +01:00
parent 0446a40e62
commit a9ae7b964e
2 changed files with 13 additions and 0 deletions

View File

@ -56,3 +56,5 @@ bool loadSettings();
bool saveSettings();
void updateAccumulators();
void readPotis();
float wattToAmpere(float watt);
float wattToMotorCurrent(float watt);