benzino77/tasmocompiler

HDMI CEC flag not working?

claybratt opened this issue · 1 comments

I am trying to compile an version with the #define USE_HDMI_CEC set in the user_config_override.h but I cant tell if its compiling correctly

Edit Ok never mind, I don't know why it wouldn't work but I just figured out how to do it properly

You should not edit user_config_override.h when using TasmoCompiler. For such changes the "Custom parameters" text field is dedicated:
https://github.com/benzino77/tasmocompiler#how-to-use-custom-parameters
Everything you put in this text field will be added at the end of the user_config_override.h file before starting compilation. You can download user_config_override.h file used for compilation and examine its body:
image