This website requires JavaScript.
Explore
Help
Sign In
jacob.eva
/
arduino-esp32
Watch
1
Star
0
Fork
0
You've already forked arduino-esp32
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
arduino-esp32
/
libraries
/
Update
/
src
History
Denys Fedoryshchenko
e4b008e712
Handle stream timeouts properly, for slow HTTP/HTTPS links (
#3752
)
...
This patch fixes update timeouts (error
#6
) on slow HTTP/HTTPS links.
2020-11-02 22:01:27 +02:00
..
HttpsOTAUpdate.cpp
Add OTA update feature
2020-08-25 11:01:58 +03:00
HttpsOTAUpdate.h
Add OTA update feature
2020-08-25 11:01:58 +03:00
Update.h
Add partition label argument to Update and ArduinoOTA classThe UpdateClass in the Updater component has the ability to update data toa SPIFFS partition. It selects the first available partition using theESP-IDF esp_partition_find_first() function.That behaviour is problematic if one has multiple SPIFFS partitions.This change allows a user to pass the label argument (defaults to NULL)to UpdateClass::begin() so a specific SPIFFS partition can be updated.Additionally, ArduinoOTA can set this partition label using thenew method ArduinoOTAClass::setPartitionLabel which is optional.This change does not break compatibility. (
#4442
)
2020-11-02 18:49:24 +02:00
Updater.cpp
Handle stream timeouts properly, for slow HTTP/HTTPS links (
#3752
)
2020-11-02 22:01:27 +02:00