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
d1758aee
Commit
d1758aee
authored
Aug 22, 2015
by
aeprox
Browse files
return correct number of variables
parent
483dbebe
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/modules/tsl2561.c
View file @
d1758aee
...
...
@@ -56,7 +56,7 @@ static int ICACHE_FLASH_ATTR tsl2561_lua_getchannels(lua_State* L) {
lua_pushnumber
(
L
,
ch1
);
lua_pushnumber
(
L
,
error
);
return
1
;
return
3
;
}
#define MIN_OPT_LEVEL 2
...
...
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