You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think most of our examples use the esp_modem's C++ API. They still use the plain C API of other components (esp_event, mqtt, esp_netif, ota and others) in order to simplify things and demonstrate mainly the modem library.
What exactly do you mean by the small full C++ sample ? using C++ wrapper around general IDF components? Using Espressif C++ component from https://github.com/espressif/esp-idf-cxx? Using exceptions for error handling?
Yeah, you're right, I think I messed up with my question.
I must have looked in all the wrong places for a while and probably copied both from C++ and C examples into my own source.
The ppp_connect_esp_modem.c was probably one of the culprits (in esp-protocols/examples/esp_netif/multiple_netifs) .
Answers checklist.
General issue report
The docs speak about C++ but there isn't a single C++ example.
Yes I also looked at IDFGH-8031, this is also a mixture between C and C++.
Could someone post a small full C++ sample please ?
The text was updated successfully, but these errors were encountered: