mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-20 07:07:09 +01:00
Rename NTC/LDR_SENSOR to NTC/LDR_SUPPORT
This commit is contained in:
@@ -3758,8 +3758,8 @@
|
||||
// will not work on real life since they all share GPIO
|
||||
// but it's OK to test build
|
||||
#define EMON_ANALOG_SUPPORT 1
|
||||
#define NTC_SENSOR 1
|
||||
#define LDR_SENSOR 1
|
||||
#define NTC_SUPPORT 1
|
||||
#define LDR_SUPPORT 1
|
||||
|
||||
#define PULSEMETER_SUPPORT 1
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
// Copyright (C) 2017-2019 by Xose Pérez <xose dot perez at gmail dot com>
|
||||
// -----------------------------------------------------------------------------
|
||||
|
||||
#if SENSOR_SUPPORT && (ANALOG_SUPPORT || NTC_SUPPORT || LDR_SENSOR)
|
||||
#if SENSOR_SUPPORT && (ANALOG_SUPPORT || NTC_SUPPORT || LDR_SUPPORT)
|
||||
|
||||
#pragma once
|
||||
|
||||
|
||||
Reference in New Issue
Block a user