From 21d2ab2ab7157156944acdff0faa2369cdb1b530 Mon Sep 17 00:00:00 2001 From: Sagar Date: Tue, 15 Jun 2021 11:39:19 +0530 Subject: [PATCH 1/2] Update TouchInterrupt.ino A typographical error is corrected in the 2nd line of the comment. From = " This is un example howto use Touch Intrrerupts " To = " This is an example of how to use Touch Intrrerupts " --- .../ESP32/examples/Touch/TouchInterrupt/TouchInterrupt.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/ESP32/examples/Touch/TouchInterrupt/TouchInterrupt.ino b/libraries/ESP32/examples/Touch/TouchInterrupt/TouchInterrupt.ino index 8f40382ca56..12409399b9d 100644 --- a/libraries/ESP32/examples/Touch/TouchInterrupt/TouchInterrupt.ino +++ b/libraries/ESP32/examples/Touch/TouchInterrupt/TouchInterrupt.ino @@ -1,5 +1,5 @@ /* -This is un example howto use Touch Intrrerupts +This is an example howto use Touch Intrrerupts The bigger the threshold, the more sensible is the touch */ From 78d7841c15d215b9077f03962461d72a71da2118 Mon Sep 17 00:00:00 2001 From: Sagar Date: Tue, 15 Jun 2021 12:01:13 +0530 Subject: [PATCH 2/2] Update TouchInterrupt.ino Just Space added. ( In 2nd Line. ) --- .../ESP32/examples/Touch/TouchInterrupt/TouchInterrupt.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/ESP32/examples/Touch/TouchInterrupt/TouchInterrupt.ino b/libraries/ESP32/examples/Touch/TouchInterrupt/TouchInterrupt.ino index 12409399b9d..20bee460bc4 100644 --- a/libraries/ESP32/examples/Touch/TouchInterrupt/TouchInterrupt.ino +++ b/libraries/ESP32/examples/Touch/TouchInterrupt/TouchInterrupt.ino @@ -1,5 +1,5 @@ /* -This is an example howto use Touch Intrrerupts +This is an example how to use Touch Intrrerupts The bigger the threshold, the more sensible is the touch */