Hello, I am using this example code to differentiate between butane and propane. https://github.com/BoschSensortec/Bosch-BSEC2-Library/blob/master/examples/x8_board_examples/basic_config_state/basic_config_state.ino I edited the path of my .h and .c files and they were like this: #include "config/butane_propane/butane_propane.h" With bosh BME AI Studio software export the training between butane and propane in . config I also have a .cvs file the code compiles for me, however I don't know where to integrate the .config file, the detection is terrible, could you help me? Thank you
... View more