From 83c26cc07c426ea89e4df3dd01ba23a31bd872e6 Mon Sep 17 00:00:00 2001 From: Empire Date: Sat, 31 Oct 2020 19:24:44 +0100 Subject: [PATCH] *cough* --- esp32/include/PlantCtrl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esp32/include/PlantCtrl.h b/esp32/include/PlantCtrl.h index 57275f8..f1f8749 100644 --- a/esp32/include/PlantCtrl.h +++ b/esp32/include/PlantCtrl.h @@ -22,10 +22,10 @@ private: HomieNode* mPlant = NULL; int mPinSensor=0; /**< Pin of the moist sensor */ int mPinPump=0; /**< Pin of the pump */ - PlantSettings_t* mSetting; bool mConnected = false; public: + PlantSettings_t* mSetting; /** * @brief Construct a new Plant object *