Commit Graph

1069 Commits

Author SHA1 Message Date
HuangRui 2859286e03 Merge branch 'dev' of https://github.com/nodemcu/nodemcu-firmware 2015-04-03 09:50:24 +08:00
funshine 1c2ee75a00 fix mqtt, do a format when wrong flash size is detected 2015-04-03 00:51:02 +08:00
HuangRui fc3ad90136 Merge branch 'dev' of https://github.com/nodemcu/nodemcu-firmware 2015-03-31 23:54:44 +08:00
funshine 32e062f523 polish mqtt module 2015-03-31 23:38:28 +08:00
funshine dcb6e53af7 add auto-reconnect option to mqtt:connect api 2015-03-31 00:36:44 +08:00
funshine 09750b5653 add queue to mqtt module 2015-03-30 00:24:09 +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
HuangRui 3dd1ac3739 Move node.readvdd33 to adc.readvdd33, fix #162. 2015-03-27 00:52:55 +08:00
HuangRui f4223f0bf2 Update esptool.py supported NodeMCU devkit automatic flash. 2015-03-25 10:37:25 +08:00
funshine e1f8b604a0 fix init_data detect flash api 2015-03-24 23:21:40 +08:00
AllAboutEE 1c267dfac7 Added phone calls and sms example. 2015-03-23 21:57:54 -05:00
funshine 52ca40b8ea add init.lua examples 2015-03-22 21:09:37 +08:00
devsaurus ef7ed47ac3 document XBM conversion 2015-03-21 22:58:58 +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
funshine 9c0c960e84 json port from cjson. not work yet 2015-03-16 09:00:33 +08:00
Vowstar 4d5242e1b7 Merge pull request #284 from nodemcu/dev
Sync from dev to dev096.
2015-03-16 05:44:51 +08:00
HuangRui 5c84359b5c ROM flash size can changed with detected size, fixed #283. 2015-03-16 05:40:43 +08:00
devsaurus 8e7e531022 update readme 2015-03-15 22:08:35 +01:00
devsaurus 3124bcf357 Merge remote-tracking branch 'upstream/dev' into dev 2015-03-15 22:06:30 +01:00