Merge pull request #2935 from S5NC/add-missing-has-sensor

Add missing defaulting for HAS_SENSOR to configuration.h
This commit is contained in:
GUVWAF 2023-11-10 09:57:44 +01:00 committed by GitHub
commit 590b0bbff4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -188,6 +188,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#ifndef HAS_TELEMETRY
#define HAS_TELEMETRY 0
#endif
#ifndef HAS_SENSOR
#define HAS_SENSOR 0
#endif
#ifndef HAS_RADIO
#define HAS_RADIO 0
#endif