Skip to content
New issue

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

How to include library in Arduino IDE #6

Open
ChaitanyaYeole02 opened this issue Nov 20, 2021 · 3 comments
Open

How to include library in Arduino IDE #6

ChaitanyaYeole02 opened this issue Nov 20, 2021 · 3 comments

Comments

@ChaitanyaYeole02
Copy link

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);
@VedantParanjape
Copy link

This is a esp-idf library, you cannot directly use this in arduino IDE

@juergen-weber
Copy link

Has anyone gone further integrating this into the Arduino framework?

@nopnop2002
Copy link

nopnop2002 commented Jun 3, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants