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
sns: fix typo
mcspr-patch-1
Maxim Prokhorov
3 years ago
parent
54f51ad2cd
commit
f166f6c792
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
code/espurna/sensor.cpp
+ 1
- 1
code/espurna/sensor.cpp
View File
@ -443,7 +443,7 @@ sensor::Energy _sensorParseEnergy(const String& value) {
const
char
*
plus
{
strchr
(
p
,
'
+
'
)
}
;
const
char
*
plus
{
strchr
(
p
,
'
+
'
)
}
;
if
(
!
plus
)
{
if
(
!
plus
)
{
return
;
return
result
;
}
}
p
=
plus
+
1
;
p
=
plus
+
1
;
Write
Preview
Loading…
Cancel
Save