Markus Sattler
95089b75b9
fix startUpdate always false
2015-12-09 19:56:14 +01:00
Markus Sattler
b1ea7b602e
httpUpdate Improve error handling
2015-12-09 16:27:04 +01:00
Markus Sattler
d8e3c766a3
ESP8266HTTPUpdate - improve error displaying
2015-12-06 11:07:25 +01:00
Markus Sattler
95d53c37c3
add httpUpdateSPIFFS.ino example
2015-12-05 20:47:58 +01:00
Markus Sattler
ecce35d240
allow SPIFFS
2015-12-05 20:33:08 +01:00
Ivan Grokhotkov
14f67c4ebc
Rename ESP8266httpClient to ESP8266HTTPClient (part 1)
2015-11-30 09:48:07 +03:00
Markus Sattler
ceb8acbb94
typo
2015-11-27 14:08:16 +01:00
Markus Sattler
f115e42105
add httpUpdate.ino example
...
#1021
2015-11-27 13:55:21 +01:00
Markus Sattler
9f0fdd573f
update ESP8266HTTPUpdate to use httpClient class
...
add support for MD5 check
2015-11-27 13:48:13 +01:00
Ivan Grokhotkov
a2789df2a5
ESP8266httpUpdate: add method overload to allow updates using WiFiClientSecure
2015-11-17 03:13:37 +03:00
Marvin Roger
0b89b9b467
Fix FAILD typo
2015-11-06 14:17:45 +01:00
Marvin Roger
1071e8ada1
Add libraries categories
2015-11-02 19:23:26 +01:00
Markus Sattler
966bf45b35
rename stopAllexcepted to stopAllExcept and simplify the compare
2015-08-29 15:33:41 +02:00
Markus Sattler
8e50cdb190
Updater.cpp:
...
- use new AutoInterruptLock
- add delay to give the RTOS some time to handle TCP
WiFiClient.cpp
- add stopAllexcepted to cancel all TCP excepted one
ClientContext.h
- add getLocalPort()
ESP8266HTTPUpdate.cpp
- close all not needed TCP and UDP
osapi.h
- missing commit from SDK
2015-08-29 13:45:58 +02:00
Kiril Zyapkov
954499bc12
httpUpdate: fix case sensitivity issues
...
On Linux (presumably Mac too), the header of the library
could not be included, caps changed to match the filename.
The line 'architectures=ESP8266' in library.properties caused:
WARNING: library ESP8266httpUpdate claims to run on [ESP8266] architecture(s) and may be incompatible with your current board which runs on [esp8266] architecture(s).
2015-07-11 12:35:02 +03:00
Markus Sattler
715d4ab722
disable DEBUG_HTTP_UPDATE
2015-07-07 18:07:41 +03:00
Markus Sattler
fdb723cbad
Merge remote-tracking branch 'remotes/esp8266/esp8266' into esp8266
...
Conflicts:
hardware/esp8266com/esp8266/cores/esp8266/core_esp8266_main.cpp
2015-06-23 13:08:05 +02:00
Markus Sattler
750c5dcc5d
code style
2015-06-22 11:51:13 +02:00
Markus Sattler
f11c65e9a7
add basic check for valid data for in updateSketch (first byte of bin is always 0xE9)
...
send SDK version by HTTP Update
2015-06-22 10:23:33 +02:00
Markus Sattler
3d71bec59a
rename to ESP8266HTTPUpdate
2015-06-21 22:07:02 +02:00
Markus Sattler
0f513e4814
add first code for HTTP Update
2015-06-21 21:38:36 +02:00