rename mesh to communication

This commit is contained in:
Anton Jacker
2024-06-13 13:08:45 +02:00
parent 5676ce46fd
commit 8b3a724854
3 changed files with 17 additions and 17 deletions

View File

@@ -17,7 +17,7 @@
#include "multiColorLight/MultiColorLight.h"
#include "motionDetection/MotionDetection.h"
#include "infraredLight/InfraredLight.h"
#include "mesh/Mesh.h"
#include "communication/Communication.h"
class Dezibot {
@@ -30,7 +30,7 @@ public:
MultiColorLight multiColorLight;
MotionDetection motionDetection;
InfraredLight infraredLight;
Mesh mesh;
Communication communication;
void begin(void);
/*
Display display