Skip to content

Commit a08e74d

Browse files
committed
Complement list of missing standard Lua modules
1 parent 739b675 commit a08e74d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The firmware was initially developed as is a companion project to the popular ES
1414
# Summary
1515

1616
- Easy to program wireless node and/or access point
17-
- Based on Lua 5.1.4 (without `debug` & `os` modules)
17+
- Based on Lua 5.1.4 but without `debug`, `io`, `os` and (most of the) `math` modules
1818
- Asynchronous event-driven programming model
1919
- more than **65 built-in modules**
2020
- Firmware available with or without floating point support (integer-only uses less memory)

0 commit comments

Comments
 (0)