Release build 20150627.

fixed ap/station-ap cannot connect to the device.
added wifi.ap.getconfig().
fixed net.dns.getdnsserver().
added new base64 lua example.
added node.bootreason() to inspect boot cause.
optimization of u8g.
This commit is contained in:
vowstar 2015-06-27 15:21:48 +08:00
parent 663158e4ab
commit dce0d2c2a8
2 changed files with 10 additions and 1 deletions

View File

@ -35,6 +35,15 @@ Tencent QQ group: 309957875<br />
- add coap module (done)
- cross compiler (done)
# Change log
2015-06-27<br />
fixed ap/station-ap cannot connect to the device.<br />
added wifi.ap.getconfig().<br />
fixed net.dns.getdnsserver().<br />
added new base64 lua example.<br />
added node.bootreason() to inspect boot cause.<br />
optimization of u8g.<br />
# Change log
2015-06-25<br />
move constants to ROM. Frees up 16k+ of RAM.<br />

View File

@ -7,6 +7,6 @@
#define NODE_VERSION_INTERNAL 0U
#define NODE_VERSION "NodeMCU 0.9.6"
#define BUILD_DATE "build 20150625"
#define BUILD_DATE "build 20150627"
#endif /* __USER_VERSION_H__ */