From ab4570251930510cb3f66b6b9b20784dbf694ea6 Mon Sep 17 00:00:00 2001 From: s-hadinger <49731213+s-hadinger@users.noreply.github.com> Date: Fri, 6 Oct 2023 22:42:38 +0200 Subject: [PATCH] Fix Berry solidification (#19691) --- lib/libesp32/berry/default/be_modtab.c | 1 - lib/libesp32/berry/library.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/libesp32/berry/default/be_modtab.c b/lib/libesp32/berry/default/be_modtab.c index 4124dfb60..121ccff49 100644 --- a/lib/libesp32/berry/default/be_modtab.c +++ b/lib/libesp32/berry/default/be_modtab.c @@ -6,7 +6,6 @@ ** https://github.com/Skiars/berry/blob/master/LICENSE ********************************************************************/ #include "berry.h" -#include "esp_idf_version.h" /* this file contains the declaration of the module table. */ diff --git a/lib/libesp32/berry/library.json b/lib/libesp32/berry/library.json index 38df6e3fc..e5b08a1de 100644 --- a/lib/libesp32/berry/library.json +++ b/lib/libesp32/berry/library.json @@ -27,6 +27,6 @@ "+<*.cpp>", "+<*.h>" ], - "flags": [ "-I$PROJECT_DIR/tasmota", "-DCOMPILE_BERRY_LIB" ] + "flags": [ "-I$PROJECT_DIR/tasmota", "-DCOMPILE_BERRY_LIB", "-includeesp_idf_version.h" ] } }