-
Notifications
You must be signed in to change notification settings - Fork 37
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
"warning: narrowing conversion" warning error #16
Comments
I am seeing the same thing except it does not seem to crash my ESP32. |
I stepped into something similar when changing arduino to espidf. My pins are 16 and 17 and im using NodeMCU-32s |
I keep getting this warning and do not know how to fix it. I don't believe it is due to anything I may have done as I reused the code as-is.
The warning above happens when leaving the framework to the default
arduino
. Since the code appears to crash my ESP32, I triedIDF
and it is now causing the compiler to fail:The text was updated successfully, but these errors were encountered: