Browse Source

sys: default heartbeat mode to repeat

mcspr-patch-1
Maxim Prokhorov 3 years ago
parent
commit
f4726d9966
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      code/espurna/system.cpp

+ 1
- 1
code/espurna/system.cpp View File

@ -56,7 +56,7 @@ heartbeat::Mode convert(const String& value) {
}
}
return heartbeat::Mode::None;
return heartbeat::Mode::Repeat;
}
template <>


Loading…
Cancel
Save