-->
Page 2 of 26

Re: [NodeMcu] Change log (build 20141204)

PostPosted: Wed Dec 03, 2014 12:40 pm
by zeroday
2014-12-04
fix memory leak issue when input and run from console.

Re: [NodeMcu] Change log (build 20141204)

PostPosted: Wed Dec 03, 2014 5:03 pm
by sancho
I just wanted to say THANKS for this firmware.
I am not very skilled in C, however to write something in Lua, that's completely different animal.
I made my ESP into telnet server using your github example, made it into init.lua file and now I can remotely work with the node, update files, control my i2c devices (tomorrow I'll test ADC i2c chip) and use it 100%.
THANKS!

Re: [NodeMcu] Change log (build 20141207)

PostPosted: Sat Dec 06, 2014 11:51 pm
by zeroday
Build 20141207
https://github.com/nodemcu/nodemcu-firmware

Change log:
2014-12-07
    1, add ow(1-wire module), from arduino, and use same api.
    2, add an 18b20 1-wire example.
    3, change net.socket.send() payload max len from 256 to 1460.
    4, modify gpio.mode() api, add internal pullup/float para.

Re: [NodeMcu] Change log (build 20141207)

PostPosted: Sun Dec 07, 2014 12:56 am
by sancho
Just yesterday I started to work on 1-wire bit-banging! Thanks, will test it today.