Hello,
I’m using ESP32-IDF (Espressif SDK based on FreeRTOS) with Eclipse-IDE, because I’m used to work in C and don’t like the Arduino coding style. But now I want to use Blynk in my project still without Arduino. I’m not very familiarize with C++ and I don’t know which interface I have to implement by myself. I tried a little but always ending at arduino.h, which I don’t have in my project
Can anyone help me or give me some hints where I can find more information about the blynk class design and interfaces?
Thank you very much…
Bastian