Commit d1758aee authored by aeprox's avatar aeprox
Browse files

return correct number of variables

parent 483dbebe
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment