11-09-2020 05:33 PM - edited 11-09-2020 05:36 PM
Hello,
Before my program uses version 1.4.7.1 and now I change it to 1.4.8.0, and I can't build my program now. I didn't change the path of the lib. I updated also the bsec_interface.h and bsec_datatype.h in version 1.4.8.0. And I both used normal version.
This is the error I received:
make: *** [makefile:61: firmware.elf] Error 1
So I want to know what are influenced by the version of BSEC ?
Best regards
11-09-2020 08:30 PM
Hello Charlotte,
I just compared 1.4.7.1 and 1.4.8.0, and there are some changes not only bsec_datatypes.h, bsec_interface.h, but also bsec.cpp and other files.
That means if you are using bsec.cpp, your application code should be changed.
Additionally, we made config folder and managed some config file.
So, I'd ask you to test latest bsec library based on new project.
If you have experience about including library, it could not be difficult.
Please check below URL, and let me know if you have any quetions.
https://github.com/BoschSensortec/BSEC-Arduino-library
Thanks,