increase alarm num to 7 in tmr module
This commit is contained in:
parent
f6591008e2
commit
cc2e0a49ab
Binary file not shown.
11
README.md
11
README.md
|
@ -1,16 +1,13 @@
|
|||
# **NodeMcu** #
|
||||
###A lua based firmware for wifi-soc esp8266
|
||||
version 0.9.2 build 2014-12-08
|
||||
version 0.9.2 build 2014-12-09
|
||||
# Change log
|
||||
2014-12-09<br />
|
||||
increase alarmer num in tmr module to 7.
|
||||
|
||||
2014-12-08<br />
|
||||
add uart.setup(), uart.write() api.<br />
|
||||
|
||||
2014-12-07<br />
|
||||
add ow(1-wire module), from arduino, and use same api.<br />
|
||||
add an 18b20 1-wire example.<br />
|
||||
change net.socket.send() payload max len from 256 to 1460.<br />
|
||||
modify gpio.mode() api, add internal pullup/float para.
|
||||
|
||||
[more change log](https://github.com/nodemcu/nodemcu-firmware/wiki/nodemcu_api_en#change_log)<br />
|
||||
[更多变更日志](https://github.com/nodemcu/nodemcu-firmware/wiki/nodemcu_api_cn#change_log)
|
||||
# Summary
|
||||
|
|
Loading…
Reference in New Issue