From 0c5d8b4c6d227615e019f722ea60a1bf4d1df799 Mon Sep 17 00:00:00 2001 From: Vowstar Date: Tue, 27 Jan 2015 13:55:13 +0800 Subject: [PATCH] Add intro how to control floating point feature. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 694e172e..14a554c7 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,8 @@ Tencent QQ group: 309957875
2015-01-27
Support floating point LUA.
Use macro LUA_NUMBER_INTEGRAL in user_config.h control this feature.
+LUA_NUMBER_INTEGRAL to disable floating point support,
+// LUA_NUMBER_INTEGRAL to enable floating point support.
build pre_build bin. 2015-01-26
@@ -121,6 +123,8 @@ pre_build/latest/nodemcu_512k_latest.bin is removed. use pre_build/latest/nodemc #define LUA_USE_MODULES_OW #define LUA_USE_MODULES_BIT #endif /* LUA_USE_MODULES */ +... +// LUA_NUMBER_INTEGRAL ``` #Flash the firmware