Fix Include

This commit is contained in:
Phillip Kühne 2025-02-12 22:02:21 +01:00
parent 1730ea958c
commit 39daae8cc3
Signed by: phillip
GPG Key ID: E4C1C4D2F90902AA
2 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,4 @@
#include "Communication.h"
#include "../power/Power.h"
Scheduler userScheduler; // to control your personal task
painlessMesh mesh;

View File

@ -4,6 +4,7 @@
#include <stdint.h>
#include <Arduino.h>
#include <painlessMesh.h>
#include "../power/Power.h"
#define MESH_PREFIX "DEZIBOT_MESH"
#define MESH_PASSWORD "somethingSneaky"