From a8e14462e4ddd02c2139fe22868a750603037b4e Mon Sep 17 00:00:00 2001 From: Hans Haupt Date: Fri, 14 Jun 2024 08:47:47 +0200 Subject: [PATCH] added missing constructor --- src/Dezibot.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Dezibot.h b/src/Dezibot.h index 97f17d0..8dcacf5 100644 --- a/src/Dezibot.h +++ b/src/Dezibot.h @@ -25,6 +25,7 @@ class Dezibot { protected: public: + Dezibot(); Motion motion; LightDetection lightDetection; ColorDetection colorDetection;