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
66ca7f6a
Commit
66ca7f6a
authored
Jun 27, 2015
by
Mike Wen
Browse files
update 433MHz transmission comment, add static ICACHE_FLASH_ATTR flag
parent
cf72a320
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/include/user_config.h
View file @
66ca7f6a
...
...
@@ -47,7 +47,7 @@
// #define BUILD_WOFS 1
#define BUILD_SPIFFS 1
#define LUA_NUMBER_INTEGRAL
//
#define LUA_NUMBER_INTEGRAL
#define LUA_OPTRAM
#ifdef LUA_OPTRAM
...
...
app/modules/modules.h
View file @
66ca7f6a
...
...
@@ -169,6 +169,7 @@ _ROM(MODULES_RC, luaopen_rc, rc_map)
ROM_MODULES_GPIO \
ROM_MODULES_PWM \
ROM_MODULES_WIFI \
ROM_MODULES_COAP \
ROM_MODULES_MQTT \
ROM_MODULES_U8G \
ROM_MODULES_I2C \
...
...
@@ -186,6 +187,4 @@ _ROM(MODULES_RC, luaopen_rc, rc_map)
ROM_MODULES_CRYPTO \
ROM_MODULES_RC
// ROM_MODULES_COAP \
#endif
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