diff --git a/src/configuration.h b/src/configuration.h index b6b272097..199880c6b 100644 --- a/src/configuration.h +++ b/src/configuration.h @@ -188,6 +188,9 @@ along with this program. If not, see . #ifndef HAS_TELEMETRY #define HAS_TELEMETRY 0 #endif +#ifndef HAS_SENSOR +#define HAS_SENSOR 0 +#endif #ifndef HAS_RADIO #define HAS_RADIO 0 #endif