return correct number of variables

This commit is contained in:
aeprox 2015-08-22 17:54:26 +02:00
parent 483dbebe24
commit d1758aee1b
1 changed files with 1 additions and 1 deletions

View File

@ -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