mirror of
https://github.com/nodemcu/nodemcu-firmware.git
synced 2025-01-16 20:52:57 +08:00
revert LUA_BUFFERSIZE to 1024
This commit is contained in:
parent
c5026e4b9f
commit
fab1f9560a
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
/* }================================================================== */
|
||||
|
||||
|
BIN
pre_build/0.9.5/nodemcu_20150213.bin
Normal file
BIN
pre_build/0.9.5/nodemcu_20150213.bin
Normal file
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user