mirror of
https://gitlab.dit.htwk-leipzig.de/phillip.kuehne/dezibot.git
synced 2025-05-19 11:01:46 +02:00
Fix Include
This commit is contained in:
parent
1730ea958c
commit
39daae8cc3
@ -1,5 +1,4 @@
|
|||||||
#include "Communication.h"
|
#include "Communication.h"
|
||||||
#include "../power/Power.h"
|
|
||||||
|
|
||||||
Scheduler userScheduler; // to control your personal task
|
Scheduler userScheduler; // to control your personal task
|
||||||
painlessMesh mesh;
|
painlessMesh mesh;
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <Arduino.h>
|
#include <Arduino.h>
|
||||||
#include <painlessMesh.h>
|
#include <painlessMesh.h>
|
||||||
|
#include "../power/Power.h"
|
||||||
|
|
||||||
#define MESH_PREFIX "DEZIBOT_MESH"
|
#define MESH_PREFIX "DEZIBOT_MESH"
|
||||||
#define MESH_PASSWORD "somethingSneaky"
|
#define MESH_PASSWORD "somethingSneaky"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user