arduino-esp32/libraries/ArduinoOTA
Mark D 56a7ae8712
Trailing spaces (#3738)
* fix typo in WiFiMulti

* clean up trailing spaces

* clean up script file used in cleaning

Co-authored-by: Me No Dev <me-no-dev@users.noreply.github.com>
2020-11-02 22:11:26 +02:00
..
examples Trailing spaces (#3738) 2020-11-02 22:11:26 +02:00
src 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
keywords.txt Use correct separator in keywords.txt (#1175) 2018-03-05 07:38:39 +01:00
library.properties Add Ota and mdns (#257) 2017-03-11 07:15:44 +01:00