450718b4a4
Merge pull request #980 from me-no-dev/master
...
IDE OTA Upload changes
2015-11-10 23:34:11 +03:00
a928025ccf
Merge pull request #995 from Juppit/master
...
Updates for time.c
2015-11-10 23:31:32 +03:00
a394787aa1
Update for time.c
...
configTime needs timezone as long
2015-11-09 16:53:24 +01:00
d46ad79aa0
Declare s_timezone_sec as long
...
Some more small fixes:
removed ensureBootTimeIsSet() from function time()
call sntp_setservername() with server id
2015-11-09 16:39:10 +01: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
11340a5d76
Fix some typos
2015-11-08 15:01:17 +03: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
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