refactoring sensor and label handling

This commit is contained in:
2023-01-24 16:09:53 +01:00
parent 8043bb8208
commit 4b119a7666
2 changed files with 101 additions and 46 deletions

View File

@ -10,5 +10,7 @@
#define SEND_PERIOD 15000 // ms
#define LABEL_LENGTH 5
#define NUM_OF_SENSORS 4
#endif /* _DEFINES_H_ */