Complement list of missing standard Lua modules

This commit is contained in:
Marcel Stör 2019-08-27 22:13:17 +02:00
parent 739b675b72
commit a08e74d9ad
1 changed files with 1 additions and 1 deletions

View File

@ -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)