4d35d0a573
Merge branch 'master' into master
2015-11-09 12:32:17 +08:00
3243b4ba0e
add wemos d1 boards.txt
2015-11-09 12:26:23 +08:00
c0f8ce9d84
Exclude the terminator in sendContent_P
...
The terminator should not be sent by sendContent_P. For example, if you
have a null-terminated string, the null itself should not be sent to the
client. This change decrements the number of bytes to send so it does
not include the termination character.
2015-11-08 19:28:55 -08:00
950e9c9522
Let the socket to properly close
...
python was keeping the connection open and sending duplicate FINs until
the ESP came back online, because the ESP was resetting without giving
the network a chance to answer and close
2015-11-09 02:38:20 +02:00
d3628f5a01
Learn to live with a warning so older versions do not fail
2015-11-09 01:59:13 +02:00
13b8cc0a27
Add sanity check so we do not trigger an update from wrong data
2015-11-09 01:47:51 +02:00
14bb946896
Merge pull request #2 from esp8266/master
...
pull master
2015-11-09 00:44:44 +02:00
a8976a01fd
Add MD5 to core, Fix OTA examples and Digest Authentication to OTA and espota.py
2015-11-09 00:42:30 +02:00
810ab68ae5
Fix WiFiClientSecure::connected ( #43 )
...
thanks @whyameye
2015-11-09 01:37:22 +03:00
7384c3814b
Merge pull request #985 from Links2004/docu
...
add missing exit in php sample
2015-11-08 23:04:52 +01:00
464d891877
add missing exit in php sample
2015-11-08 22:48:48 +01:00
46468d4af7
I2C: generate STOP in case of NACK ( fix #698 , #254 )
...
thanks @petrd and @Yazzcat
2015-11-09 00:18:08 +03:00
4cf72e7ef4
Add libc time functions
...
Merging https://github.com/igrr/axtls-8266/pull/1 by @Juppit into the core
2015-11-08 23:44:25 +03:00
421206ff82
Added OTA option to NodeMCU 1.0 (ESP-12E Module) configuration
...
To go with pull request #984
2015-11-08 20:38:45 +01:00
667de2d58d
Another typo correction
2015-11-08 20:04:24 +01:00
4e5515b92c
Links addedd
2015-11-08 20:02:08 +01:00
795eea0028
Typo update
2015-11-08 19:58:52 +01:00
26fade23cf
Updated link to OTA documentation
2015-11-08 19:57:02 +01:00
6db50d596a
Reduced images
2015-11-08 19:50:50 +01:00
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
4568d9e42a
add wemos D1 & D1 mini boards
2015-11-08 13:31:18 +08:00
e613e42249
Fix example sketch, espota output and failing updater
...
I get 100% success with OTA now
2015-11-08 02:01:12 +02:00
adb0dac077
Don't close UDP pcbs when WiFi connection drops ( #969 )
2015-11-07 23:52:59 +03:00
83b035d3a1
Merge pull request #1 from esp8266/master
...
pull master
2015-11-07 22:04:38 +02:00
843e11100d
mDNS, platform and espota.py changes for IDE Upload
...
mDNS responds with more TXT properties
platform change to support OTA functions
espota.py added authentication parameter
IDE branch: https://github.com/me-no-dev/Arduino-1/tree/esp8266-ota
2015-11-07 22:02:43 +02: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