1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-26 17:42:18 +03:00
Commit Graph

55 Commits

Author SHA1 Message Date
5b00eba9d7 Provide selection between A0 and VCC (#443, #338) 2015-06-25 01:04:07 +03:00
145b736d21 Remove implementations of WDT-related functions
which were not correct since 0.9.3 anyway
2015-06-25 00:13:06 +03:00
dde3f2c203 Added a DNSServer library 2015-06-11 12:37:30 +03:00
fa6917fb13 Update README.md 2015-06-05 13:59:02 +03:00
bc8be6f88e Merge pull request #370 from Links2004/esp8266
add better docu and schematics for easy setup the ESP
2015-06-05 13:55:34 +03:00
cf773e4c0f add some infos to Serial Adapter 2015-06-03 19:32:44 +02:00
41cc6d72fe edits 2015-06-02 16:00:51 -07:00
5ed4257e84 Include Servo Library in Readme 2015-06-02 15:59:22 -07:00
2af8acd9b2 add current note
fix image
2015-06-03 00:16:12 +02:00
0723133a1c add new schematics to README.md 2015-06-02 23:55:29 +02:00
a42736041e Update README.md
Update travis link [ci skip]
2015-06-01 15:50:51 +03:00
91f19218c5 Merge remote-tracking branch 'remotes/esp8266/esp8266' into esp8266 2015-05-24 23:02:21 +02:00
843ff86568 add link to arduinoWebSockets 2015-05-24 18:09:14 +02:00
ae15989858 Merge pull request #252 from Pablotis/patch-1
Readme changes
2015-05-23 12:56:28 +03:00
b39e265429 Update README.md
Mention the new pubsubclient library.
[ci skip]
2015-05-22 14:56:39 +03:00
c570ff80b6 Update README.md
mention Blynk
[ci skip]
2015-05-22 03:49:10 +03:00
182ce10927 Update README.md
Add donation link — donations are collected towards the esp8266 community forum.
2015-05-22 03:12:22 +03:00
089f684d9f Update README.md
add link to change log [ci skip]
2015-05-22 03:07:06 +03:00
e6392d2546 Update readme and change log
#295
#299
2015-05-22 02:20:41 +03:00
b2214acd29 Progmem updates 2015-05-19 15:24:28 -07:00
f829b308f8 ESP and External libraries Update 2015-05-19 15:11:24 -07:00
9764c9614b Add 32-bit linux tools 2015-05-19 09:25:40 +03:00
56ed566e51 Update README.md
[ci skip]
2015-05-19 00:35:00 +03:00
76a73c7f8a Readme changes 2015-05-16 11:11:42 +02:00
3f5aab4718 update README
add some docu and todo
2015-05-07 20:48:59 +02:00
9be4912b1a add note for only bootloading 2015-05-06 19:17:13 +02:00
395de067ca add Minimal hardware Setup for Bootloading and usage to README.md 2015-05-06 18:58:23 +02:00
da475fb908 add 64Bit build note 2015-05-06 17:51:37 +02:00
0fece1ec85 updating readme 2015-05-05 11:54:21 +03:00
4f3b2737ac add image to README.md 2015-05-04 18:35:00 +02:00
93a563a7f0 add Alpha Versions 2015-05-04 18:31:38 +02:00
245ba5bb8f Update readme
[ci skip]
2015-05-04 11:58:45 +08:00
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