refactor: service folder structure

This commit is contained in:
2025-09-13 13:11:32 +02:00
parent 00aff9df3e
commit 2971d863d0
19 changed files with 43 additions and 34 deletions

View File

@@ -8,10 +8,10 @@
#include "TaskManager.h"
// Services
#include "NodeService.h"
#include "NetworkService.h"
#include "ClusterService.h"
#include "TaskService.h"
#include "services/NodeService.h"
#include "services/NetworkService.h"
#include "services/ClusterService.h"
#include "services/TaskService.h"
#include "NeoPatternService.h"
#ifndef LED_STRIP_PIN