diff --git a/0.9.2/512k-flash/nodemcu_512k.bin b/0.9.2/512k-flash/nodemcu_512k.bin index b3094485..2cd64e8a 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/README.md b/README.md index b7a6d72f..93998eca 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,10 @@ # **NodeMcu** # ###A lua based firmware for wifi-soc esp8266 -version 0.9.2 build 2014-12-11 +version 0.9.2 build 2014-12-12 # Change log +2014-12-12
+modify wifi.xx.getip() to return nil, if ip is 0.0.0.0.
+ 2014-12-11
fix uart.setup(), now setup can set pins in other mode back to uart mode.
add wifi.sta.status() api, to get connection status in station mode.