Update module count
This commit is contained in:
parent
332bcb39a3
commit
1fcb3259ce
|
@ -16,7 +16,7 @@ The NodeMCU *firmware* is a companion project to the popular [NodeMCU dev kits](
|
||||||
- Easy to program wireless node and/or access point
|
- 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 (without *debug, os* modules)
|
||||||
- Asynchronous event-driven programming model
|
- Asynchronous event-driven programming model
|
||||||
- 40+ built-in modules
|
- 55+ built-in modules
|
||||||
- Firmware available with or without floating point support (integer-only uses less memory)
|
- Firmware available with or without floating point support (integer-only uses less memory)
|
||||||
- Up-to-date documentation at [https://nodemcu.readthedocs.io](https://nodemcu.readthedocs.io)
|
- Up-to-date documentation at [https://nodemcu.readthedocs.io](https://nodemcu.readthedocs.io)
|
||||||
|
|
||||||
|
@ -64,4 +64,4 @@ See [https://nodemcu.readthedocs.io/en/dev/en/support/](https://nodemcu.readthed
|
||||||
|
|
||||||
# License
|
# License
|
||||||
|
|
||||||
[MIT](https://github.com/nodemcu/nodemcu-firmware/blob/master/LICENSE) © [zeroday](https://github.com/NodeMCU)/[nodemcu.com](http://nodemcu.com/index_en.html)
|
[MIT](https://github.com/nodemcu/nodemcu-firmware/blob/master/LICENSE) © [zeroday](https://github.com/NodeMCU)/[nodemcu.com](http://nodemcu.com/index_en.html)
|
||||||
|
|
Loading…
Reference in New Issue