Add HAS_SENSOR flag

To separate DeviceTelemetry and EnvironmentTelemetry
This commit is contained in:
GUVWAF
2023-02-11 10:08:25 +01:00
parent a280d7f796
commit 680550b76c
5 changed files with 14 additions and 4 deletions

View File

@@ -27,6 +27,9 @@
#ifndef HAS_TELEMETRY
#define HAS_TELEMETRY 1
#endif
#ifndef HAS_SENSOR
#define HAS_SENSOR 1
#endif
#ifndef HAS_RADIO
#define HAS_RADIO 1
#endif