You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
line 167 and line 177 of [https://github.com/espressif/arduino-esp32/blob/master/cores/esp32/esp32-hal-gpio.c]arduino-esp32/blob/master/cores/esp32/esp32-hal-gpio.c(url) log_e("Pin is not set as GPIO.");
change to log_e("Pin %i is not set as GPIO.", pin);
Describe alternatives you've considered
No response
Additional context
No response
I have checked existing list of Feature requests and the Contribution Guide
I confirm I have checked existing list of Feature requests and Contribution Guide.
The text was updated successfully, but these errors were encountered:
Related area
logging
Hardware specification
any
Is your feature request related to a problem?
low logging info
Describe the solution you'd like
line 167 and line 177 of [https://github.com/espressif/arduino-esp32/blob/master/cores/esp32/esp32-hal-gpio.c]arduino-esp32/blob/master/cores/esp32/esp32-hal-gpio.c(url)
log_e("Pin is not set as GPIO.");
change to
log_e("Pin %i is not set as GPIO.", pin);
Describe alternatives you've considered
No response
Additional context
No response
I have checked existing list of Feature requests and the Contribution Guide
The text was updated successfully, but these errors were encountered: