Skip to content

Commit

Permalink
fix(examples): Add changes required to some examples
Browse files Browse the repository at this point in the history
  • Loading branch information
me-no-dev committed Jan 21, 2025
1 parent f46725e commit 41d179e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Method to print the touchpad by which ESP32
has been awaken from sleep
*/
void print_wakeup_touchpad() {
touchPin = esp_sleep_get_touchpad_wakeup_status();
touchPin = (touch_pad_t)esp_sleep_get_touchpad_wakeup_status();

#if CONFIG_IDF_TARGET_ESP32
switch (touchPin) {
Expand Down
3 changes: 3 additions & 0 deletions libraries/RainMaker/examples/RMakerCustomAirCooler/ci.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"targets": {
"esp32": false
},
"fqbn_append": "PartitionScheme=rainmaker_4MB",
"requires": [
"CONFIG_ESP_RMAKER_WORK_QUEUE_TASK_STACK=[1-9][0-9]*"
Expand Down

0 comments on commit 41d179e

Please sign in to comment.