-->
Page 1 of 2

New nodemcu firmware 20150311

PostPosted: Sun Mar 15, 2015 11:37 am
by Vitoa
Hi, anyone knows the list of improvments since last version?

Best regards,Vito

Re: New nodemcu firmware 20150311

PostPosted: Sun Mar 15, 2015 2:03 pm
by elac
Link to the firmware revision you speak of?

Re: New nodemcu firmware 20150311

PostPosted: Sun Mar 15, 2015 8:33 pm
by Vitoa
https://github.com/nodemcu/nodemcu-firm ... ev20150311

found changes:
Change log 2015-03-11
fix bugs of spiffs.
build both float and integer version [latest releases](https://github.com/nodemcu/nodemcu-firm ... ses/latest).
fix tmr.time().
fix memory leak when DNS fail. 2015-03-10
update to the recent spiffs.
add file.fsinfo() api, usage: remain, used, total = file.fsinfo().
add Travis CI. please download the latest firmware from [releases](https://github.com/nodemcu/nodemcu-firmware/releases).
add math lib, partial api work.
u8g module, ws2812 module default enabled in dev-branch build. 2015-02-13
add node.compile() api to compile lua text file into lua bytecode file.
this will reduce memory usage noticeably when require modules into NodeMCU.
raise internal LUA_BUFFERSIZE from 1024 to 4096.
lua require("mod") will load "mod.lc" file first if exist.

Re: New nodemcu firmware 20150311

PostPosted: Mon Mar 16, 2015 2:36 am
by alon24
Can you please elaborate on Travis CI?

Also what is the difference between floating and integer version? why 2 versions?