Skip to content

log expansion #9008

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

Closed
1 task done
Lagunaxx opened this issue Dec 16, 2023 · 1 comment · Fixed by #9011
Closed
1 task done

log expansion #9008

Lagunaxx opened this issue Dec 16, 2023 · 1 comment · Fixed by #9011
Assignees
Labels
Type: Feature request Feature request for Arduino ESP32
Milestone

Comments

@Lagunaxx
Copy link

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.
@Lagunaxx Lagunaxx added the Type: Feature request Feature request for Arduino ESP32 label Dec 16, 2023
@SuGlider SuGlider self-assigned this Dec 17, 2023
@SuGlider
Copy link
Collaborator

Thanks @Lagunaxx! PR #9011 shall solve it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature request Feature request for Arduino ESP32
Projects
Development

Successfully merging a pull request may close this issue.

2 participants