mirror of https://github.com/arendst/Tasmota.git
Fix Berry solidification (#19691)
This commit is contained in:
parent
c85e63e9e6
commit
ab45702519
|
@ -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. */
|
||||||
|
|
||||||
|
|
|
@ -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" ]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue