Skip to content

Commit

Permalink
Fix Berry solidification
Browse files Browse the repository at this point in the history
  • Loading branch information
s-hadinger committed Oct 6, 2023
1 parent c85e63e commit 1193ae0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lib/libesp32/berry/default/be_modtab.c
Original file line number Diff line number Diff line change
Expand Up @@ -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. */

Expand Down
2 changes: 1 addition & 1 deletion lib/libesp32/berry/library.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
}
}

0 comments on commit 1193ae0

Please sign in to comment.