Browse Source

sns: fix typo

mcspr-patch-1
Maxim Prokhorov 3 years ago
parent
commit
f166f6c792
1 changed files with 1 additions and 1 deletions
  1. +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, '+') };
if (!plus) {
return;
return result;
}
p = plus + 1;


Loading…
Cancel
Save