From 5d62ba56f6b364c44933931809ed5c0f18d8fb83 Mon Sep 17 00:00:00 2001 From: lorol Date: Tue, 10 Nov 2020 03:19:34 -0500 Subject: [PATCH] Idf release/v4.2 - corrections of LITTLEFS and tools (#4515) * Update package_esp32_index.template.json Fix of wrong file type * Update LITTLEFS.cpp Suppress warnings fix. --- libraries/LITTLEFS/src/LITTLEFS.cpp | 2 +- package/package_esp32_index.template.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libraries/LITTLEFS/src/LITTLEFS.cpp b/libraries/LITTLEFS/src/LITTLEFS.cpp index 15820dc8..4d8e8d67 100644 --- a/libraries/LITTLEFS/src/LITTLEFS.cpp +++ b/libraries/LITTLEFS/src/LITTLEFS.cpp @@ -20,9 +20,9 @@ extern "C" { #include #include #include -#include "esp_littlefs.h" #undef B110 #undef B1000000 +#include "esp_littlefs.h" } #include "LITTLEFS.h" diff --git a/package/package_esp32_index.template.json b/package/package_esp32_index.template.json index 360f038e..7fd67e37 100644 --- a/package/package_esp32_index.template.json +++ b/package/package_esp32_index.template.json @@ -190,8 +190,8 @@ "host": "i686-pc-linux-gnu", "url": "https://github.com/lorol/arduino-esp32fatfs-plugin/raw/master/extra/mkfatfs.tar.gz", "archiveFileName": "mkfatfs.tar.gz", - "checksum": "SHA-256:641322f1107796d7d77eacfdca0377a942e20fc7c228c6b2aa807dda5117e0af", - "size": "112148" + "checksum": "SHA-256:41dc0346a38d6aab5674d4301937868e69471b69d8317ed667d2eeb7c4a077ee", + "size": "102575" }, { "host": "i686-mingw32",