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
sys: default heartbeat mode to repeat
mcspr-patch-1
Maxim Prokhorov
3 years ago
parent
1960df21fb
commit
f4726d9966
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/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
<
>
Write
Preview
Loading…
Cancel
Save