We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f46725e commit 41d179eCopy full SHA for 41d179e
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) {
libraries/RainMaker/examples/RMakerCustomAirCooler/ci.json
@@ -1,4 +1,7 @@
1
{
2
+ "targets": {
3
+ "esp32": false
4
+ },
5
"fqbn_append": "PartitionScheme=rainmaker_4MB",
6
"requires": [
7
"CONFIG_ESP_RMAKER_WORK_QUEUE_TASK_STACK=[1-9][0-9]*"
0 commit comments