diff --git a/0.9.2/512k-flash/nodemcu_512k.bin b/0.9.2/512k-flash/nodemcu_512k.bin index f88f2f03..b3094485 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 81f9e54b..b7a6d72f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ version 0.9.2 build 2014-12-11 # Change log 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. +add wifi.sta.status() api, to get connection status in station mode.
+modify tmr.now() to return a uint31 rather than uint32. now-=0x80000000 if now>0x7fffffff. [more change log](https://github.com/nodemcu/nodemcu-firmware/wiki/nodemcu_api_en#change_log)
[更多变更日志](https://github.com/nodemcu/nodemcu-firmware/wiki/nodemcu_api_cn#change_log)