1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-16 11:21:18 +03:00
Commit Graph

23 Commits

Author SHA1 Message Date
e8d4353e97 update README.md 2015-04-30 11:42:50 +02:00
bfe14d1f83 Update README.md
Added the 8 characters limit, and changed the paraphrase in password (because the libraries use password as term)
2015-04-29 16:56:08 +02:00
69eb31a2cf Describe multicast APIs in readme, update keywords. 2015-04-29 07:04:39 +08:00
75b6e1cf29 Ability to wake from .deepSleep
This was not immediately apparent to me. I don't think it would be apparent to anyone else just playing around with ESP8266/Arduino either. GPIO16 and RST (REST) need to be tied together or you can "never wake from .deepSleep"

It must be GPIO16 and it must be RST, no other GPIO pin will wake it from deepSleep.
2015-04-29 07:02:03 +08:00
e42ca8ed6c HardwareSerial: add other configs than 8N1 2015-04-26 00:20:39 +02:00
7b70acf337 Add ESP.reset() method 2015-04-12 02:07:56 +08:00
00247bb294 Fix UdpClient semantics, add NTPClient example
UdpClient used to create a new socket for each begin/beginPacket call. This made bidirectional communication impossible.
Fix #64, fix #53.
2015-04-12 01:09:45 +08:00
5ba3a5951f Update readme
[ci skip]
2015-04-11 11:07:01 +08:00
7b54e8352a Update readme to mention aREST
[ci skip]
2015-04-08 00:40:38 +08:00
2c7a0245b0 Update readme
Be more clear about PubSubClient
Close #38
[ci skip]
2015-04-03 08:25:17 +03:00
372076c2b4 Update readme to mention SPI support 2015-04-01 10:18:02 +03:00
1d6a7422c6 remove the need to set programmer, by setting upload tool 2015-04-01 09:08:28 +03:00
7dda022b60 remove trailing whitespace 2015-04-01 09:08:02 +03:00
cf041b2f8c Update release link for Windows
point to a temporary patched version which adds libiconv-2.dll
[ci skip]
2015-03-28 20:50:49 +03:00
e175d9ce73 Update readme
[ci skip]
2015-03-28 02:46:47 +03:00
6824dbaed9 Update readme
[ci skip]
2015-03-28 01:49:33 +03:00
8e021ed122 Update readme 2015-03-28 00:51:20 +03:00
1faf180576 Add downloads section to readme
[ci skip]
2015-03-27 19:07:58 +03:00
1928424922 Display esp8266 notes in README.md
[ci skip]
2015-03-27 17:34:23 +03:00
3542f3c03c update readme
update readme with twitter and Facebook links
2015-02-27 11:57:39 +01:00
860da6fe0d Update README.md
also make ToDo a link
2014-03-24 19:56:25 +01:00
fd2ecf71b8 Update README.md
Decapitalised secondary headings and linked the *Credits* section
2014-02-17 07:32:09 +11:00
7ea7c5291d Rename README.mkdn to README.md 2014-01-29 22:18:24 +01:00