Compiling multiple builds fails #22620
-
Hi there I'm trying to create two different environments for compiling Tasmota following directions from here. What I did so far: In platformio_tasmota_cenv.ini:
In user_config_override.h:
Upon compile I get the following:
I'm apparently missing some energy library. Can someone help me here? EDIT: just double checked, I disabled (#undef) all references to energy metering via user_config_override. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Good day everyone I'm resuming trying to set up my environment for multiple builds. As I posted above, if I follow the instructions on the documentation the compilation fails, it looks like some energy related variables are not defined. What I just found out, is that if I try to compile If I compile my builds from tasmota32 instead, all goes fine. Does Thanks |
Beta Was this translation helpful? Give feedback.
Using
tasmota32_base
is only when you want to fully control what you want to enable, without helpful defaults. As a starting point, it is even suggested to base custom builds ontasmota32
, unless you want to manage all details, like with "inspiration" from what you get withtasmota32
. If you "just" want to enable some optional feature, the easy way is indeedtasmota32
for a custom build.