Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
587bfd40
"vscode:/vscode.git/clone" did not exist on "45be28cf60901513ed8ec72bb66bd8db36240d7a"
Commit
587bfd40
authored
Apr 21, 2017
by
devsaurus
Browse files
fix unitialized value error in release build
parent
ebee637a
Changes
1
Hide whitespace changes
Inline
Side-by-side
components/modules/dht.c
View file @
587bfd40
...
...
@@ -66,6 +66,7 @@ static int ldht_read_generic( lua_State *L, ldht_type_t type )
break
;
default:
res
=
LDHT_INVALID_VALUE
;
temp
=
humi
=
0
;
break
;
}
lua_pushinteger
(
L
,
res
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment