1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-13 13:01:55 +03:00
Commit Graph

1193 Commits

Author SHA1 Message Date
e53a1fe8dd Added pictures
Now need to reduce size of pictures
2015-11-08 19:46:18 +01:00
ecb95cbae4 OTA images - initial release 2015-11-08 19:35:22 +01:00
997a45b622 Arduino IDE section - initial release
Still need to add pictures
2015-11-08 19:04:50 +01:00
11340a5d76 Fix some typos 2015-11-08 15:01:17 +03:00
adb0dac077 Don't close UDP pcbs when WiFi connection drops (#969) 2015-11-07 23:52:59 +03:00
66c69b32ad Merge pull request #976 from marvinroger/master
Fix FAILD typo
2015-11-06 17:03:42 +03:00
0b89b9b467 Fix FAILD typo 2015-11-06 14:17:45 +01:00
ba3af99a04 Merge pull request #974 from Links2004/master
add first docu for OTA
2015-11-06 10:46:24 +01:00
e8d746a0b7 Merge remote-tracking branch 'remotes/esp8266/master' 2015-11-06 10:29:42 +01:00
cc828e34a3 Update espsoftwareserial library 2015-11-06 12:06:59 +03:00
15fdd38ab6 Merge remote-tracking branch 'remotes/esp8266/master' into docu 2015-11-06 10:02:51 +01:00
469c026027 Merge pull request #972 from Links2004/w5100
add Ethernet library for W5100 (#962)
2015-11-06 12:01:26 +03:00
82ba459679 add link to the OTA docs in the README.md 2015-11-06 09:41:41 +01:00
6e968aa65f Merge remote-tracking branch 'remotes/esp8266/master' into w5100 2015-11-06 09:36:34 +01:00
35e643124f Merge remote-tracking branch 'remotes/esp8266/master' into docu 2015-11-06 09:36:10 +01:00
aefdf82ae2 add HTTP Updater docu 2015-11-06 09:33:02 +01:00
c1c2eba990 add first OTA description 2015-11-05 23:40:22 +01:00
2f3f1f5a7e Merge pull request #961 from sticilface/patch-2
Update ArduinoOTA.cpp
2015-11-06 00:51:11 +03:00
2a01c2ad53 modified Ethernet (w5100) library to run on the ESP8266
see #962
2015-11-05 21:02:23 +01:00
6735cad17a add Ethernet library for W5100 2015-11-05 20:55:55 +01:00
7f0506007a Fix linker script for 512k(no SPIFFS) variant (#966)
thanks @sven337
2015-11-05 15:44:19 +03:00
0c9892fd24 Update ArduinoOTA.cpp
my bad
2015-11-04 21:38:00 +00:00
deb68987fa Merge pull request #955 from pgollor/master
Add bash script for auto documentation
2015-11-04 18:53:03 +03:00
46658593b0 Update ArduinoOTA.cpp
Restarts the UDP port if it becomes disconnected. Works when for example the wifi is disconnected and reconnected
2015-11-03 19:57:57 +00:00
49bc812ccd Merge pull request #957 from marvinroger/master
Add libraries categories
2015-11-03 14:47:26 +03:00
1071e8ada1 Add libraries categories 2015-11-02 19:23:26 +01:00
d57315b27d change repository links 2015-11-02 10:21:43 +01:00
1ee0aa2b37 Merge branch 'master' of https://github.com/esp8266/Arduino 2015-11-02 10:10:25 +01:00
7e8bcca1d9 Merge pull request #952 from KaloNK/master
Add SVG as file type and default to binary stream for static handler
2015-11-02 12:09:47 +03:00
e88ea3cde7 read old versions 2015-11-01 22:48:11 +01:00
f24deab2b5 add bash script to build documentation 2015-11-01 19:54:07 +01:00
7826ff9710 Fix boards manager package size issue
Because git ls-files was run in package directory, it didn't list tools directories, so these were not excluded from rsync, causing package to include local copy of tools. Fixed by changing into root directory before doing anything.
2015-11-01 21:45:59 +03:00
20de6b8a6a Add SVG as file type and default to binary stream for static handler 2015-11-01 17:59:24 +02:00
71347b8142 Merge pull request #950 from Links2004/master
fix img links
2015-11-01 17:35:34 +03:00
d13184c863 fix img links 2015-11-01 14:53:20 +01:00
9757c8c782 Merge pull request #947 from Diaoul/patch-1
Update status code reason phrases
2015-10-31 19:18:56 +03:00
fe3003dec3 Update status code reason phrases
As per RFC2616
2015-10-31 16:22:50 +01:00
daf360dff8 Fix issue with get.py when run in Cygwin (#943) 2015-10-31 15:07:30 +03:00
36c9558b41 Merge pull request #946 from Links2004/master
add missing LICENSE file (GNU Library Public License, version 2)
2015-10-31 14:37:53 +03:00
be364ab50f add missing LICENSE file (GNU Library Public License, version 2) 2015-10-31 12:20:46 +01:00
ab6a480ab0 Fix get.py for the case when path doesn't exist 2015-10-30 17:49:51 +03:00
444a37987e Use jq to generate package json 2015-10-30 17:40:17 +03:00
4bd694bf61 Add script to build boards manager package, update .gitignore 2015-10-30 17:10:24 +03:00
17e7893157 Merge pull request #941 from pgollor/pgollor-patch-1
fix espota.py help
2015-10-30 10:09:12 +03:00
1322a9df23 fix espota.py help 2015-10-30 00:47:55 +01:00
21e179cf5c Fix path 2015-10-30 02:15:24 +03:00
61b0a3985a Update travis build script 2015-10-30 02:10:42 +03:00
a631269f3c Update readme and fix tool paths 2015-10-30 01:58:56 +03:00
90fc4f975b Add tool to download other tools 2015-10-30 01:15:29 +03:00
342c4ae6fb Merge pull request #939 from me-no-dev/esp8266
I2S Optimizations
2015-10-29 12:09:01 +03:00