diff --git a/app/include/user_config.h b/app/include/user_config.h index c6ec1e0e..74d1ff6e 100644 --- a/app/include/user_config.h +++ b/app/include/user_config.h @@ -7,7 +7,7 @@ #define NODE_VERSION_INTERNAL 0U #define NODE_VERSION "NodeMCU 0.9.5" -#define BUILD_DATE "build 20150213" +#define BUILD_DATE "build 20150214" // #define DEVKIT_VERSION_0_9 1 // define this only if you use NodeMCU devkit v0.9 diff --git a/app/lua/luaconf.h b/app/lua/luaconf.h index 3a57e1e7..d1078468 100644 --- a/app/lua/luaconf.h +++ b/app/lua/luaconf.h @@ -542,7 +542,7 @@ extern int readline4lua(const char *prompt, char *buffer, int length); /* @@ LUAL_BUFFERSIZE is the buffer size used by the lauxlib buffer system. */ -#define LUAL_BUFFERSIZE (BUFSIZ*4) +#define LUAL_BUFFERSIZE BUFSIZ /* }================================================================== */ diff --git a/pre_build/0.9.5/nodemcu_20150213.bin b/pre_build/0.9.5/nodemcu_20150213.bin new file mode 100644 index 00000000..cb4fa0b1 Binary files /dev/null and b/pre_build/0.9.5/nodemcu_20150213.bin differ diff --git a/pre_build/latest/nodemcu_latest.bin b/pre_build/latest/nodemcu_latest.bin index cb4fa0b1..acc14e99 100644 Binary files a/pre_build/latest/nodemcu_latest.bin and b/pre_build/latest/nodemcu_latest.bin differ