dnc40085
4f097cf063
Fixed memory leak in tmr.alarm()
2015-05-14 04:40:57 -07:00
Vowstar
608d5f6be0
Merge pull request #401 from dnc40085/dev096-wifi-sta-getap_fix
...
Fix for memory leak in function wifi.sta.getap()
2015-05-07 20:56:54 +08:00
dnc40085
700ba55d26
Fix for memory leak in function wifi.sta.getap()
2015-05-07 05:02:59 -07:00
Vowstar
1923280572
Merge pull request #365 from nodemcu/master
...
Add ICMP ping to net module
2015-05-01 14:57:50 +08:00
Vowstar
8637661e11
Merge pull request #390 from dnc40085/dev096-phymode
...
Add setphymode and getphymode to wifi module
2015-05-01 14:56:05 +08:00
dnc40085
f4a9de4886
Added comments for setphymode and getphymode functions in wifi module
...
Added constants PHYMODE_B, PHYMODE_G, PHYMODE_N to wifi module
2015-04-29 00:06:06 -07:00
dnc40085
900c43d520
Add setphymode and getphymode to wifi module
2015-04-26 20:03:44 -07:00
zeroday
92c98c52d6
Merge pull request #361 from n0bel/master
...
Add multicastJoin and multicastLeave to net module
2015-04-20 22:12:28 +08:00
Kevin Uhlir
f68d41608e
Add multicastJoin and multicastLeave to net module
...
net.multicastJoin(if_ip, multicast_ip)
net.multicastLeave(if_ip, multicast_ip)
if_ip is a string containing the interface ip to join/leave the
multicast group. multicast_ip is the multicast ip of the group to
join/leave. if_ip can be "" or "any" to affect all interfaces.
2015-04-15 03:41:13 -05:00
zeroday
1ce5deff98
Merge pull request #349 from klukonin/patch-3
...
Update tmr.c
2015-04-12 23:30:13 +08:00
Vowstar
7c759a6113
Merge pull request #352 from electronic-dudeness/master
...
fixed floating point problem in bcd conversions
2015-04-11 23:12:29 +08:00
Sander Boele
4437c46825
fixed floating point problem in bcd conversions
2015-04-11 11:26:44 +02:00
Kirill
f19e24c7ac
Update tmr.c
...
According to NodeMCU team recommendations.
2015-04-10 14:56:17 +05:00
Vowstar
263179ea14
Merge pull request #329 from MarsTechHAN/patch-2
...
Add support to DHT11 and add some comments.
2015-04-04 08:12:29 +08:00
Vowstar
b0e34e11bf
Merge pull request #328 from MarsTechHAN/patch-1
...
Add support to DHT11 and add some comments.
2015-04-03 23:45:02 +08:00
Martin Han
1bc81f4c3e
Add support to DHT11 and add some comments.
2015-04-03 23:44:26 +08:00
Martin Han
4ca371f473
Add support to DHT11 and add some comments.
...
Change function names.
read->-read11() support DHT11
->read22() support DHT21 DHT22
2015-04-03 23:34:12 +08:00
Vowstar
d8f2c2ba34
Merge pull request #315 from aeickho/patch-1
...
corr typo
2015-03-29 22:33:00 +08:00
Alex
f5a7448d39
corr typo
...
wrong ip in example
2015-03-28 20:48:09 +01:00
funshine
d5731dd9bd
merge from dev
2015-03-20 20:15:38 +08:00
funshine
4332b21ef3
minor fix
2015-03-20 19:42:10 +08:00
Vowstar
1562215905
Merge pull request #301 from devsaurus/dev
...
Use correct function for stop in U8G_COM_MSG_WRITE_BYTE
2015-03-19 12:17:11 +08:00
devsaurus
2d254bd47c
use correct function for stop in U8G_COM_MSG_WRITE_BYTE
2015-03-18 22:33:16 +01:00
zeroday
1bd3f56693
Merge pull request #297 from nodemcu/dev
...
Dev
2015-03-18 19:39:03 +08:00
funshine
3d14530b80
fix cjson.encode() when in integer version
2015-03-18 19:37:47 +08:00
funshine
3aead6d230
try to fix cjson.encode in integer only version
2015-03-18 17:01:01 +08:00
zeroday
a61cbfb238
Merge pull request #295 from nodemcu/master
...
merge from master
2015-03-18 16:43:12 +08:00
funshine
a70709268b
merge cjson and dev to master, make a stable release
2015-03-18 14:22:17 +08:00
zeroday
a01bda03dd
Merge pull request #294 from nodemcu/json
...
Json branch merged to master
2015-03-18 13:11:11 +08:00
zeroday
fa7cf87832
Merge pull request #287 from nodemcu/dev
...
Dev merge to master
2015-03-18 12:57:59 +08:00
zeroday
1652df50cf
Merge pull request #293 from devsaurus/dev
...
Update u8glib integration, thanks to @devsaurus
2015-03-18 12:46:49 +08:00
devsaurus
b34a8b46fe
use RES pin for examples
2015-03-17 21:03:15 +01:00
devsaurus
09b650be41
disable untested pcd8544 driver for the moment
2015-03-17 20:52:47 +01:00
devsaurus
87598c5dfe
Merge remote-tracking branch 'upstream/dev' into dev
2015-03-17 20:35:39 +01:00
funshine
808a359eb8
quick fix when wide charactor issue
2015-03-17 22:42:22 +08:00
zeroday
51881158ec
Merge pull request #289 from markusgritsch/dev
...
Added node.setcpufreq(mhz) function. thanks @markusgritsch,
should use with caution, when bitbang
2015-03-17 21:03:48 +08:00
Markus Gritsch
b648e9a8db
Added node.setcpufreq(mhz) function.
...
This function allows setting the CPU frequency to node.CPU80MHZ or
node.CPU160MHZ.
2015-03-17 10:23:45 +01:00
markusgritsch
abfdb58d40
Merge pull request #4 from nodemcu/dev
...
Dev
2015-03-17 09:15:45 +01:00
funshine
e19e026d49
update readme
2015-03-17 00:24:30 +08:00
funshine
45e7f270cc
Merge branch 'dev' into json
2015-03-17 00:13:15 +08:00
funshine
4d3c1a930f
code clean up for cjson
2015-03-17 00:12:25 +08:00
funshine
54004a4beb
fix cjson bugs and reduce mem usage
2015-03-16 23:59:57 +08:00
Vowstar
d8c8d257ce
Merge pull request #285 from AllAboutEE/dev
...
Read and Send Email Examples
2015-03-16 18:28:43 +08:00
AllAboutEE
eef53a532f
Merge remote-tracking branch 'upstream/dev' into dev
2015-03-16 04:22:07 -05:00
AllAboutEE
6c092e42ed
Fixed bug where email text after CR and LF would not be read. Added example links, Fixed bug where send function could not be called more than once due to count variable.
2015-03-16 04:17:19 -05:00
funshine
c0d690ce7e
under development
2015-03-16 17:11:48 +08:00
funshine
d425dd7127
under develop
2015-03-16 17:09:43 +08:00
AllAboutEE
0144e40cf0
Added comments and links to learn more about SMTP.
2015-03-16 00:39:29 -05:00
funshine
83f53c23c1
json port from cjson. not work yet, add cjson folder
2015-03-16 09:19:06 +08:00
funshine
c9912f1d82
json port from cjson. not work yet, delete folder
2015-03-16 09:17:21 +08:00