[.pio/build/tasmota32/src/tasmota.ino.cpp.o] Error 1 again 2 years later #394
-
Hello all, roughly 2 years after my last discussion (#178) about the [.pio/build/firmware/src/tasmota.ino.cpp.o] Error 1, I'm running into the same (? okay the path is a little different) error while trying to compile my own tasmota version, but I guess the root cause is different as the former problem was solved in a new version.
I'm really helpless now, maybe anyone has got some idea?
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Do you need to use "Custom parameters" field? This results in: #ifdef USE_BLE_ESP32
#undef USE_BLE_ESP32
#endif
#define USE_BLE_ESP32
#ifdef USE_MI_ESP32
#undef USE_MI_ESP32
#endif
#define USE_MI_ESP32
#ifdef USE_HOME_ASSISTANT
#undef USE_HOME_ASSISTANT
#endif
#define USE_HOME_ASSISTANT
#ifdef USE_DISCOVERY
#undef USE_DISCOVERY
#endif and compiles without errors. Note Please have a look at examples provided in Custom parameters section of README |
Beta Was this translation helpful? Give feedback.
-
Thank you for your reply, after some testing today this helped me at the end to understand which checkboxes I need. By the way: Using the "Home assistant" function is not working for me when I want to communicate with the MQTT integration instead of the tasmota integration. Using SetOption19 1 does not change the communication with the check box "Home Assistant" enabled. At the end I'm fine and get compiled what I need, so THANK YOU again for your great support! |
Beta Was this translation helpful? Give feedback.
Do you need to use "Custom parameters" field?
This results in:
and compiles without errors.
Note
Please have a look at examples provided in Custom parameters section of README