From 66ca7f6aca4fddbf4b42b69d516cfb7067a248dc Mon Sep 17 00:00:00 2001 From: Mike Wen Date: Sat, 27 Jun 2015 18:14:24 -0400 Subject: [PATCH] update 433MHz transmission comment, add static ICACHE_FLASH_ATTR flag --- app/include/user_config.h | 2 +- app/modules/modules.h | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/app/include/user_config.h b/app/include/user_config.h index fb684e19..4be67347 100644 --- a/app/include/user_config.h +++ b/app/include/user_config.h @@ -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 diff --git a/app/modules/modules.h b/app/modules/modules.h index 3f0d8d7a..76a357a8 100644 --- a/app/modules/modules.h +++ b/app/modules/modules.h @@ -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