From dce0d2c2a8a11ea419e34687968df66dc3a3be61 Mon Sep 17 00:00:00 2001 From: vowstar Date: Sat, 27 Jun 2015 15:21:48 +0800 Subject: [PATCH] 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. --- README.md | 9 +++++++++ app/include/user_version.h | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 89794648..3c7d04f7 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,15 @@ Tencent QQ group: 309957875
- add coap module (done) - cross compiler (done) +# Change log +2015-06-27
+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.
+ # Change log 2015-06-25
move constants to ROM. Frees up 16k+ of RAM.
diff --git a/app/include/user_version.h b/app/include/user_version.h index a803dfaa..40ce7eb4 100644 --- a/app/include/user_version.h +++ b/app/include/user_version.h @@ -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__ */