BlynkEdgenet header files

Hello,

I am trying to add the OTA ability to my project, I understand that I need to add “BLynkEdgenet.h” to my project , but in the example I see multiple header files such as OTA.h , BlynkState.h and other.
Should I copy all of the “h” files from the Edgenet_ESP32 folder to my own project folder ?

Can’t I just add:
#include <BlynkEdgenet.h>
to my project same as
#include <BlynkSimpleEsp32.h>

Thanks,
Nir

No you don’t.

Read this link…

Pete.

1 Like

Hi Pete,

Thanks , this works perfect.
can’t be easier than that :smile:

Nir Gal