We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am using Arduino IDE. How do I include this library in Arduino?
expected constructor, destructor, or type conversion before '(' token udp_logging_init(LOG_UDP_IP , LOG_UDP_PORT);
The text was updated successfully, but these errors were encountered:
This is a esp-idf library, you cannot directly use this in arduino IDE
Sorry, something went wrong.
Has anyone gone further integrating this into the Arduino framework?
Arduino framework may not support the "esp_log_set_vprintf" function.
There are many features that do not support with the Arduino framework.
If you want to use all the functions of ESP32, Arduino framework is not suitable.
No branches or pull requests
I am using Arduino IDE. How do I include this library in Arduino?
The text was updated successfully, but these errors were encountered: