Skip to content

Commit

Permalink
sys: default heartbeat mode to repeat
Browse files Browse the repository at this point in the history
  • Loading branch information
mcspr committed Jan 24, 2021
1 parent 1960df2 commit f4726d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/espurna/system.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ heartbeat::Mode convert(const String& value) {
}
}

return heartbeat::Mode::None;
return heartbeat::Mode::Repeat;
}

template <>
Expand Down

0 comments on commit f4726d9

Please sign in to comment.