Ivan Grokhotkov
a928025ccf
Merge pull request #995 from Juppit/master
...
Updates for time.c
2015-11-10 23:31:32 +03:00
Juppit
a394787aa1
Update for time.c
...
configTime needs timezone as long
2015-11-09 16:53:24 +01:00
Juppit
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
wemos
8ebde1873d
Merge branch 'master' of https://github.com/wemos/Arduino
2015-11-09 13:13:43 +08:00
wemos
d1a0c53805
Squashed commit of the following:
...
commit 810ab68ae5ad89d24a57ed8d18c8ff6acbb54349
Author: Ivan Grokhotkov <igrokhotkov@gmail.com>
Date: Mon Nov 9 01:37:22 2015 +0300
Fix WiFiClientSecure::connected (#43 )
thanks @whyameye
commit 7384c3814b780e747940d9735fe08825a26f746c
Merge: 46468d4 464d891
Author: Markus <Links2004@users.noreply.github.com>
Date: Sun Nov 8 23:04:52 2015 +0100
Merge pull request #985 from Links2004/docu
add missing exit in php sample
commit 464d891877a3fb153844a0110ca865861815b063
Author: Markus Sattler <help.markus+git@gmail.com>
Date: Sun Nov 8 22:48:48 2015 +0100
add missing exit in php sample
commit 46468d4af7ace336c31029372368154ce3000b59
Author: Ivan Grokhotkov <igrokhotkov@gmail.com>
Date: Mon Nov 9 00:18:08 2015 +0300
I2C: generate STOP in case of NACK (fix #698 , #254 )
thanks @petrd and @Yazzcat
commit 4cf72e7ef4fcabde230de44ba1d1ab5d57cdeee0
Author: Ivan Grokhotkov <igrokhotkov@gmail.com>
Date: Sun Nov 8 23:44:25 2015 +0300
Add libc time functions
Merging https://github.com/igrr/axtls-8266/pull/1 by @Juppit into the core
commit 11340a5d7643bef60d9cf61ef27a72186ed4f44c
Author: Ivan Grokhotkov <igrokhotkov@gmail.com>
Date: Sun Nov 8 15:01:17 2015 +0300
Fix some typos
2015-11-09 13:09:30 +08:00
wemos.cc
4d35d0a573
Merge branch 'master' into master
2015-11-09 12:32:17 +08:00
wemos
3243b4ba0e
add wemos d1 boards.txt
2015-11-09 12:26:23 +08:00
JohnSL
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
Me No Dev
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
Me No Dev
d3628f5a01
Learn to live with a warning so older versions do not fail
2015-11-09 01:59:13 +02:00
Me No Dev
13b8cc0a27
Add sanity check so we do not trigger an update from wrong data
2015-11-09 01:47:51 +02:00
Me No Dev
14bb946896
Merge pull request #2 from esp8266/master
...
pull master
2015-11-09 00:44:44 +02:00
Me No Dev
a8976a01fd
Add MD5 to core, Fix OTA examples and Digest Authentication to OTA and espota.py
2015-11-09 00:42:30 +02:00
Ivan Grokhotkov
810ab68ae5
Fix WiFiClientSecure::connected ( #43 )
...
thanks @whyameye
2015-11-09 01:37:22 +03:00
Markus
7384c3814b
Merge pull request #985 from Links2004/docu
...
add missing exit in php sample
2015-11-08 23:04:52 +01:00
Markus Sattler
464d891877
add missing exit in php sample
2015-11-08 22:48:48 +01:00
Ivan Grokhotkov
46468d4af7
I2C: generate STOP in case of NACK ( fix #698 , #254 )
...
thanks @petrd and @Yazzcat
2015-11-09 00:18:08 +03:00
Ivan Grokhotkov
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
krzychb
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
krzychb
667de2d58d
Another typo correction
2015-11-08 20:04:24 +01:00
krzychb
4e5515b92c
Links addedd
2015-11-08 20:02:08 +01:00
krzychb
795eea0028
Typo update
2015-11-08 19:58:52 +01:00
krzychb
26fade23cf
Updated link to OTA documentation
2015-11-08 19:57:02 +01:00
krzychb
6db50d596a
Reduced images
2015-11-08 19:50:50 +01:00
krzychb
e53a1fe8dd
Added pictures
...
Now need to reduce size of pictures
2015-11-08 19:46:18 +01:00
krzychb
ecb95cbae4
OTA images - initial release
2015-11-08 19:35:22 +01:00
krzychb
997a45b622
Arduino IDE section - initial release
...
Still need to add pictures
2015-11-08 19:04:50 +01:00
Ivan Grokhotkov
11340a5d76
Fix some typos
2015-11-08 15:01:17 +03:00
wemos
4568d9e42a
add wemos D1 & D1 mini boards
2015-11-08 13:31:18 +08:00
Me No Dev
e613e42249
Fix example sketch, espota output and failing updater
...
I get 100% success with OTA now
2015-11-08 02:01:12 +02:00
Ivan Grokhotkov
adb0dac077
Don't close UDP pcbs when WiFi connection drops ( #969 )
2015-11-07 23:52:59 +03:00
Me No Dev
83b035d3a1
Merge pull request #1 from esp8266/master
...
pull master
2015-11-07 22:04:38 +02:00
Me No Dev
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
Ivan Grokhotkov
66c69b32ad
Merge pull request #976 from marvinroger/master
...
Fix FAILD typo
2015-11-06 17:03:42 +03:00
Marvin Roger
0b89b9b467
Fix FAILD typo
2015-11-06 14:17:45 +01:00
Markus
ba3af99a04
Merge pull request #974 from Links2004/master
...
add first docu for OTA
2015-11-06 10:46:24 +01:00
Markus Sattler
e8d746a0b7
Merge remote-tracking branch 'remotes/esp8266/master'
2015-11-06 10:29:42 +01:00
Ivan Grokhotkov
cc828e34a3
Update espsoftwareserial library
2015-11-06 12:06:59 +03:00
Markus Sattler
15fdd38ab6
Merge remote-tracking branch 'remotes/esp8266/master' into docu
2015-11-06 10:02:51 +01:00
Ivan Grokhotkov
469c026027
Merge pull request #972 from Links2004/w5100
...
add Ethernet library for W5100 (#962 )
2015-11-06 12:01:26 +03:00
Markus Sattler
82ba459679
add link to the OTA docs in the README.md
2015-11-06 09:41:41 +01:00
Markus Sattler
6e968aa65f
Merge remote-tracking branch 'remotes/esp8266/master' into w5100
2015-11-06 09:36:34 +01:00
Markus Sattler
35e643124f
Merge remote-tracking branch 'remotes/esp8266/master' into docu
2015-11-06 09:36:10 +01:00
Markus Sattler
aefdf82ae2
add HTTP Updater docu
2015-11-06 09:33:02 +01:00
Markus Sattler
c1c2eba990
add first OTA description
2015-11-05 23:40:22 +01:00
Ivan Grokhotkov
2f3f1f5a7e
Merge pull request #961 from sticilface/patch-2
...
Update ArduinoOTA.cpp
2015-11-06 00:51:11 +03:00
Markus Sattler
2a01c2ad53
modified Ethernet (w5100) library to run on the ESP8266
...
see #962
2015-11-05 21:02:23 +01:00
Markus Sattler
6735cad17a
add Ethernet library for W5100
2015-11-05 20:55:55 +01:00
Ivan Grokhotkov
7f0506007a
Fix linker script for 512k(no SPIFFS) variant ( #966 )
...
thanks @sven337
2015-11-05 15:44:19 +03:00
sticilface
0c9892fd24
Update ArduinoOTA.cpp
...
my bad
2015-11-04 21:38:00 +00:00