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
Fix scheduler debug message
rfm69
Xose Pérez
6 years ago
parent
0e39b07c24
commit
de51d909d5
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/scheduler.ino
+ 1
- 1
code/espurna/scheduler.ino
View File
@ -159,7 +159,7 @@ void _schCheck() {
if
(
(
minutes_to_trigger
%
15
=
=
0
)
|
|
(
minutes_to_trigger
<
15
)
)
{
DEBUG_MSG_P
(
PSTR
(
"
[SCH] %d minutes to trigger schedule #%d
\n
"
)
,
minutes_to_trigger
,
sch_sw
i
tch
minutes_to_trigger
,
i
)
;
}
#
endif
Write
Preview
Loading…
Cancel
Save