Search found 2 matches

by teodor12
Sun Jul 07, 2024 10:17 am
Forum: ESP-IDF
Topic: C++ event handler functions as member functions
Replies: 1
Views: 523

C++ event handler functions as member functions

Is there any other way to register event handler functions in WifiHandler class? I do not want to make them static. I attached the files of the my component.

Thank you!
by teodor12
Sun Apr 28, 2024 4:37 pm
Forum: General Discussion
Topic: ESP-IDF and C++ nlohmann/json library
Replies: 0
Views: 916

ESP-IDF and C++ nlohmann/json library

Hello Guys! Has anyone of you used this library with esp-idf(under c++): https://github.com/nlohmann/json I've been trying to use it, but I got a linker error, and I'm stuck with my hobby project? Can anyone help me? I will provide the code. This is the error code: undefined reference to `_ZN11json_...