This commit is contained in:
2020-12-20 17:00:44 +01:00
parent e7ac4210c1
commit 23beebc4be
4 changed files with 5 additions and 159 deletions
+1
View File
@@ -24,6 +24,7 @@ private:
int mPinSensor = 0; /**< Pin of the moist sensor */
int mPinPump = 0; /**< Pin of the pump */
bool mConnected = false;
int mPlantId = -1;
public:
PlantSettings_t *mSetting;