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

Error while compiling with Arduino IDE 1.8.19 #302

Open
SchneHa opened this issue Nov 7, 2023 · 1 comment
Open

Error while compiling with Arduino IDE 1.8.19 #302

SchneHa opened this issue Nov 7, 2023 · 1 comment

Comments

@SchneHa
Copy link

SchneHa commented Nov 7, 2023

app_httpd.cpp:152:19: error: format '%i' expects argument of type 'int', but argument 4 has type 'long unsigned int' [-Werror=format=]
Serial.printf("CPU Freq: %i MHz, Xclk Freq: %i MHz\r\n", ESP.getCpuFreqMHz(), xclk);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~

What board definition and library versions have to be present?

@SchneHa
Copy link
Author

SchneHa commented Nov 7, 2023

Board definition must be at least 2.0.2. Don't know if newer definitions work.

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

1 participant