added missing constructor

This commit is contained in:
Hans Haupt 2024-06-14 08:47:47 +02:00
parent b5fab21a47
commit a8e14462e4

View File

@ -25,6 +25,7 @@ class Dezibot {
protected: protected:
public: public:
Dezibot();
Motion motion; Motion motion;
LightDetection lightDetection; LightDetection lightDetection;
ColorDetection colorDetection; ColorDetection colorDetection;