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:
public:
Dezibot();
Motion motion;
LightDetection lightDetection;
ColorDetection colorDetection;