Update update.cpp

fixed issue #206
This commit is contained in:
Verkehrsrot 2018-11-21 11:14:44 +01:00 committed by GitHub
parent b921731013
commit e59125b5e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ this file copied from esp32-arduino library and patched, see PR
https://github.com/espressif/arduino-esp32/pull/1979 https://github.com/espressif/arduino-esp32/pull/1979
*/ */
#include "Update.h" #include "update.h"
#include "Arduino.h" #include "Arduino.h"
#include "esp_spi_flash.h" #include "esp_spi_flash.h"
#include "esp_ota_ops.h" #include "esp_ota_ops.h"
@ -372,4 +372,4 @@ void UpdateClass::printError(Stream &out){
out.println(_err2str(_error)); out.println(_err2str(_error));
} }
UpdateClass Update; UpdateClass Update;