Merge pull request #64 from alonewolfx2/patch-1

for set wifi issue
This commit is contained in:
zeroday 2014-12-30 20:04:16 +08:00
commit a2e357f1c1
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ static int ICACHE_FLASH_ATTR wifi_setip( lua_State* L, uint8_t mode )
ip = parse_key(L, "gateway");
if(ip!=0)
pTempIp.gw.addr = ip;
wifi_station_dhcpc_stop();
lua_pushboolean(L,wifi_set_ip_info(mode, &pTempIp));
return 1;
}