Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
fab1f956
Commit
fab1f956
authored
Feb 14, 2015
by
funshine
Browse files
revert LUA_BUFFERSIZE to 1024
parent
c5026e4b
Changes
4
Show whitespace changes
Inline
Side-by-side
app/include/user_config.h
View file @
fab1f956
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
#define NODE_VERSION_INTERNAL 0U
#define NODE_VERSION_INTERNAL 0U
#define NODE_VERSION "NodeMCU 0.9.5"
#define NODE_VERSION "NodeMCU 0.9.5"
#define BUILD_DATE "build 2015021
3
"
#define BUILD_DATE "build 2015021
4
"
// #define DEVKIT_VERSION_0_9 1 // define this only if you use NodeMCU devkit v0.9
// #define DEVKIT_VERSION_0_9 1 // define this only if you use NodeMCU devkit v0.9
...
...
app/lua/luaconf.h
View file @
fab1f956
...
@@ -542,7 +542,7 @@ extern int readline4lua(const char *prompt, char *buffer, int length);
...
@@ -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.
@@ LUAL_BUFFERSIZE is the buffer size used by the lauxlib buffer system.
*/
*/
#define LUAL_BUFFERSIZE
(
BUFSIZ
*4)
#define LUAL_BUFFERSIZE BUFSIZ
/* }================================================================== */
/* }================================================================== */
...
...
pre_build/0.9.5/nodemcu_20150213.bin
0 → 100644
View file @
fab1f956
File added
pre_build/latest/nodemcu_latest.bin
View file @
fab1f956
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment