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" ] } }