From e59125b5e16efeb2bb582a68b42733dc252c9817 Mon Sep 17 00:00:00 2001 From: Verkehrsrot Date: Wed, 21 Nov 2018 11:14:44 +0100 Subject: [PATCH] Update update.cpp fixed issue #206 --- src/update.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/update.cpp b/src/update.cpp index 618720f5..a0c9b007 100644 --- a/src/update.cpp +++ b/src/update.cpp @@ -3,7 +3,7 @@ this file copied from esp32-arduino library and patched, see PR https://github.com/espressif/arduino-esp32/pull/1979 */ -#include "Update.h" +#include "update.h" #include "Arduino.h" #include "esp_spi_flash.h" #include "esp_ota_ops.h" @@ -372,4 +372,4 @@ void UpdateClass::printError(Stream &out){ out.println(_err2str(_error)); } -UpdateClass Update; \ No newline at end of file +UpdateClass Update;