Skip to content

[.pio/build/firmware/src/tasmota.ino.cpp.o] Error 1 #178

Answered by drhideg
tobibachert asked this question in Q&A
Discussion options

You must be logged in to vote

It's looks like ESP32 use USE_CCS811_V2 flag by default, and when you selecet air/gas sensors its add USE_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.

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@tobibachert
Comment options

@benzino77
Comment options

@benzino77
Comment options

Answer selected by tobibachert
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants