diff -r cc7c423f03fb -r 8a3696620c0a main/config.h --- a/main/config.h Fri Nov 08 10:57:46 2019 +0100 +++ b/main/config.h Fri Nov 08 22:40:15 2019 +0100 @@ -60,6 +60,7 @@ #include "task_mqtt.h" #include "task_user.h" #include "xutil.h" +#include "updates.h" /** @@ -95,6 +96,7 @@ ML2_NETWORK, ///< Network status ML2_MQTT, ///< MQTT status ML2_UPDATE, ///< Update + ML2_DO_UPDATE, ///< Perform update ML2_SETUP_UNIT1, ///< Unit 1 setup ML2_SETUP_UNIT2, ///< Unit 2 setup ML2_SETUP_UNIT3, ///< Unit 3 setup