11-11-2021 04:24 PM
Good afternoon,
I am trying to run the BSEC 2.0 example code with the arduino, on the Adafruit Esp32 feather board, with failure. There are some errors about the interface.h library, the error is shown in the attached image. I tried to change the platform.txt file but with no success until now.
Can anyone solve this error for this board?
Best regards.
Solved! Go to Solution.
11-16-2021 07:43 PM
I don't think you gave me right one.
Since you are using ESP32, you have to download esp32 board and have to chage platform.txt for esp32.
If you already download it, the default path shall be
C:\Users\username\AppData\Local\Arduino15\packages\esp32\hardware\esp32\
Please check my old platform.txt for esp32. (version 1.0.4 - latest one is 1.0.6)
Thanks,
11-17-2021 11:02 AM
11-17-2021 11:10 AM
Hello,
It worked with the change in platform.txt
Thank you very much for the help and for clarifying the ideas. The platform.txt is available as an attachment in the messages.
Cheers.
11-18-2021 12:38 AM
Glad to hear that 😄