This website works better with JavaScript.
Home
Explore
Help
Sign In
mh
/
mhsw-espurna
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Rename NTC/LDR_SENSOR to NTC/LDR_SUPPORT
master
Max Prokhorov
5 years ago
parent
9ceca44770
commit
9f478e7bb9
2 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
code/espurna/config/hardware.h
+1
-1
code/espurna/sensors/AnalogSensor.h
+ 2
- 2
code/espurna/config/hardware.h
View File
@ -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_S
ENSOR
1
#
define LDR_S
ENSOR
1
#
define NTC_S
UPPORT
1
#
define LDR_S
UPPORT
1
#
define PULSEMETER_SUPPORT 1
+ 1
- 1
code/espurna/sensors/AnalogSensor.h
View File
@ -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_S
ENSOR
)
#
if SENSOR_SUPPORT && (ANALOG_SUPPORT || NTC_SUPPORT || LDR_S
UPPORT
)
#
pragma once
Write
Preview
Loading…
Cancel
Save