Skip to content

Conversation

tanakamasayuki
Copy link
Contributor

Description of Change

Match comments with code.

Serial.println(touchRead(T1));  // get value using T0 

to

Serial.println(touchRead(T1));  // get value using T1

@VojtechBartoska VojtechBartoska added the Type: Example Issue is related to specific example. label Jan 12, 2023
Copy link
Collaborator

@SuGlider SuGlider left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks @tanakamasayuki for reporting it.

Copy link
Member

@P-R-O-C-H-Y P-R-O-C-H-Y left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks @tanakamasayuki.

@SuGlider SuGlider merged commit a95d838 into espressif:master Jan 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Example Issue is related to specific example.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants