Skip to content

Commit

Permalink
Complement list of missing standard Lua modules
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelstoer committed Aug 27, 2019
1 parent 739b675 commit a08e74d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a08e74d

Please sign in to comment.