mirror of
https://github.com/nodemcu/nodemcu-firmware.git
synced 2025-01-16 20:52:57 +08:00
remove superfluous collectgarbage()
This commit is contained in:
parent
547ebdf3ff
commit
5a6975b343
@ -27,6 +27,5 @@ srv:listen(80,function(conn)
|
||||
buf = buf.."<option".._on..">ON</opton><option".._off..">OFF</option></select></form>";
|
||||
client:send(buf);
|
||||
client:close();
|
||||
collectgarbage();
|
||||
end)
|
||||
end)
|
||||
|
Loading…
x
Reference in New Issue
Block a user