Skip to content

Commit

Permalink
Release build 20150627.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
vowstar committed Jun 27, 2015
1 parent 663158e commit dce0d2c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 />
Expand Down
2 changes: 1 addition & 1 deletion app/include/user_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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__ */

0 comments on commit dce0d2c

Please sign in to comment.