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
Added reset command from console
fastled
Xose Pérez
8 years ago
parent
884dcc0cd1
commit
bff50db77d
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
code/src/settings.ino
+ 5
- 0
code/src/settings.ino
View File
@ -47,6 +47,11 @@ void settingsSetup() {
e
-
>
response
(
Embedis
:
:
OK
)
;
}
)
;
Embedis
:
:
command
(
F
(
"
reset
"
)
,
[
]
(
Embedis
*
e
)
{
e
-
>
response
(
Embedis
:
:
OK
)
;
ESP
.
reset
(
)
;
}
)
;
DEBUG_MSG
(
"
[SETTINGS] Initialized
\n
"
)
;
}
Write
Preview
Loading…
Cancel
Save