Error boltiot arduino helper h file not found

the issue is I have imported the .zip file but is showing error file not found pls help unable to setup arduino .


Hi @ayush.11802702,

There have been few updates in the Bolt Arduino Helper library recently. The header file is changed to <boltiot.h>. You can download the updated version of the library from https://github.com/Inventrom/boltiot-arduino-helper/archive/refs/heads/master.zip .

Change line no. 2 of your code from #include <BoltIoT-Arduino-Helper.h> to

#include <boltiot.h>

Do let me know in case you need any other information