espNowTest/main/shared.h
simon 44cd594d96 Refactored in multiple files.
- isMaster variable should not be set like this but now it is working
- TODO: Rework it in a modular way!
- shared.h is not very pretty but works that way
- There should be a universal logger with the tag
2024-10-04 16:11:16 +02:00

7 lines
70 B
C

#ifndef SHARED_H
#define SHARED_H
static char *tag = "Alox";
#endif