diff --git a/README.md b/README.md index d343075c..8e71cfb4 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ version 0.9.5 ###A lua based firmware for wifi-soc esp8266 Build on [ESP8266 sdk 0.9.5](http://bbs.espressif.com/viewtopic.php?f=5&t=154)
Lua core based on [eLua project](http://www.eluaproject.net/)
+cjson based on [lua-cjson](https://github.com/mpx/lua-cjson)
File system based on [spiffs](https://github.com/pellepl/spiffs)
Open source development kit for NodeMCU [nodemcu-devkit](https://github.com/nodemcu/nodemcu-devkit)
Flash tool for NodeMCU [nodemcu-flasher](https://github.com/nodemcu/nodemcu-flasher)
@@ -34,6 +35,10 @@ Tencent QQ group: 309957875
- cross compiler (done) # Change log +2015-03-17
+add cjson module, only cjson.encode() and cjson.decode() is implemented.
+read doc [here](https://github.com/nodemcu/nodemcu-firmware/blob/json/app/cjson/manual.txt) + 2015-03-15
bugs fixed: #239, #273.
reduce coap module memory usage, add coap module to default built.