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 typo in migrate.ino
ota
Xose Pérez
6 years ago
parent
5b62978d09
commit
ec6adb9dbb
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/migrate.ino
+ 1
- 1
code/espurna/migrate.ino
View File
@ -1175,7 +1175,7 @@ void migrate() {
setSetting
(
"
relayType
"
,
0
,
RELAY_TYPE_NORMAL
)
;
setSetting
(
"
relayType
"
,
1
,
RELAY_TYPE_NORMAL
)
;
#
elif defined(
XIAOMI_SMART_DESK_LAMP
)
#
elif defined(
PHYX_ESP12_RGB
)
setSetting
(
"
board
"
,
89
)
;
Write
Preview
Loading…
Cancel
Save