revert LUA_BUFFERSIZE to 1024

This commit is contained in:
funshine 2015-02-14 02:17:27 +08:00
parent c5026e4b9f
commit fab1f9560a
4 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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
/* }================================================================== */

Binary file not shown.

Binary file not shown.