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

Remove WM_NO_TEMP compilation warning #1694

Closed
wants to merge 0 commits into from

Conversation

PBrunot
Copy link

@PBrunot PBrunot commented Dec 31, 2023

WiFiManager always generates a warning on ESP32 due to missing temperature sensor.

With platformio it is not possible to configure the -Wno-cpp flag per library. I want to compile my project with -Wall -Wextra , and having a warning I cannot solve bugs me. I didn't see the point of the warning of the user of the library anyways.

This PR remove the #warning instruction.

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

Successfully merging this pull request may close these issues.

None yet

1 participant