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
Fix AnalogSensor description (
#601
)
rfm69
Xose Pérez
6 years ago
parent
22d82013d1
commit
32373f8b2d
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
code/espurna/sensors/AnalogSensor.h
+ 1
- 1
code/espurna/sensors/AnalogSensor.h
View File
@ -34,7 +34,7 @@ class AnalogSensor : public BaseSensor {
/
/
Descriptive
name
of
the
sensor
String
description
(
)
{
return
String
(
"
ANALOG @
GPIO0
"
)
;
return
String
(
"
ANALOG @
TOUT
"
)
;
}
/
/
Descriptive
name
of
the
slot
#
index
Write
Preview
Loading…
Cancel
Save