diff --git a/0.9.2/512k-flash/nodemcu_512k.bin b/0.9.2/512k-flash/nodemcu_512k.bin index 3633e369..7baff22f 100644 Binary files a/0.9.2/512k-flash/nodemcu_512k.bin and b/0.9.2/512k-flash/nodemcu_512k.bin differ diff --git a/API.md b/API.md index 246622d1..5edf7c76 100644 --- a/API.md +++ b/API.md @@ -2,6 +2,9 @@ ###version 0.9.2 build 2014-11-18 ###change log: +2014-11-18
+bug fixed: net.socket:connect() has no effect. + 2014-11-18
bug fixed: as a tcp server, the connection can't closed with :close().
tcp server: inactive connection will closed by server in 30s (previously 180s).