[.pio/build/firmware/src/tasmota.ino.cpp.o] Error 1 #178
-
Hi, I hope this is the right place to post problems, please forgive me if it is not and maybe tell me how I could get support in another way.
This is the result (without dependencies to save lines, I saw in the preview that otherwise the post will be cut) - I have no idea what that means or what I could do to prevent this error. Best regards, Tobias Processing firmware (framework: arduino; platform: espressif32 @ 3.2.0; board: esp32dev)Platform Manager: Installing espressif32 @ 3.2.0
--- skipped ---- Building in release mode Environment Status Duration firmware FAILED 00:00:36.382 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
It's looks like ESP32 use |
Beta Was this translation helpful? Give feedback.
-
I'm having the same problem. Where is that "Custom parameters text field" where I should paste the code above? I tried |
Beta Was this translation helpful? Give feedback.
It's looks like ESP32 use
USE_CCS811_V2
flag by default, and when you selecet air/gas sensors its addUSE_CCS811
which causes a collision while compile. At the moment you can add#undef USE_CCS811
to custom parameters for a succesfull compilation.I don't have ESP32 based device and CCS811 for test it.