We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88cda9f commit bf90cbdCopy full SHA for bf90cbd
libraries/ESP32/examples/DeepSleep/TouchWakeUp/TouchWakeUp.ino
@@ -48,7 +48,7 @@ Method to print the touchpad by which ESP32
48
has been awaken from sleep
49
*/
50
void print_wakeup_touchpad() {
51
- touchPin = esp_sleep_get_touchpad_wakeup_status();
+ touchPin = (touch_pad_t)esp_sleep_get_touchpad_wakeup_status();
52
53
#if CONFIG_IDF_TARGET_ESP32
54
switch (touchPin) {
0 commit comments