Fix Berry solidification (#19691)

This commit is contained in:
s-hadinger 2023-10-06 22:42:38 +02:00 committed by GitHub
parent c85e63e9e6
commit ab45702519
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -6,7 +6,6 @@
** https://github.com/Skiars/berry/blob/master/LICENSE ** https://github.com/Skiars/berry/blob/master/LICENSE
********************************************************************/ ********************************************************************/
#include "berry.h" #include "berry.h"
#include "esp_idf_version.h"
/* this file contains the declaration of the module table. */ /* this file contains the declaration of the module table. */

View File

@ -27,6 +27,6 @@
"+<*.cpp>", "+<*.cpp>",
"+<*.h>" "+<*.h>"
], ],
"flags": [ "-I$PROJECT_DIR/tasmota", "-DCOMPILE_BERRY_LIB" ] "flags": [ "-I$PROJECT_DIR/tasmota", "-DCOMPILE_BERRY_LIB", "-includeesp_idf_version.h" ]
} }
} }