Skip to content

Commit

Permalink
fix(ci): Disable some RainMaker examples on ESP32 (#10931)
Browse files Browse the repository at this point in the history
  • Loading branch information
me-no-dev authored Feb 4, 2025
1 parent b385562 commit 8b31d1e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
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
3 changes: 3 additions & 0 deletions libraries/RainMaker/examples/RMakerSonoffDualR3/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 8b31d1e

Please sign in to comment.