main decision flow cleanups

This commit is contained in:
2020-10-19 01:39:56 +02:00
parent 9a1728bcfc
commit 2f8e26b48d
3 changed files with 202 additions and 95 deletions
+1 -2
View File
@@ -24,10 +24,9 @@ private:
int mAnalogValue=0; /**< moist sensor values, used for a calculation */
HomieNode* mPlant = NULL;
PlantSettings_t* mSetting;
public:
PlantSettings_t* mSetting;
/**
* @brief Construct a new Plant object
*