espNowTest/main/main.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

11 lines
110 B
C

#ifndef MAIN_H
#define MAIN_H
#include "shared.h"
static bool isMaster;
#define Master_SlavePin 23
#endif