From a08e74d9ade5392c3378846d51be1c4211b089be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20St=C3=B6r?= Date: Tue, 27 Aug 2019 22:13:17 +0200 Subject: [PATCH] Complement list of missing standard Lua modules --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 77551bb5..f3f4506b 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The firmware was initially developed as is a companion project to the popular ES # Summary - Easy to program wireless node and/or access point -- Based on Lua 5.1.4 (without `debug` & `os` modules) +- Based on Lua 5.1.4 but without `debug`, `io`, `os` and (most of the) `math` modules - Asynchronous event-driven programming model - more than **65 built-in modules** - Firmware available with or without floating point support (integer-only uses less memory)