Closed
Description
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
- I confirm I have checked existing list of Feature requests and Contribution Guide.
Metadata
Metadata
Assignees
Type
Projects
Status
Done