fix(ci): Disable some RainMaker examples on ESP32 · espressif/arduino-esp32@2b33a3c (original) (raw)
File tree
2 files changed
lines changed
- libraries/RainMaker/examples
2 files changed
lines changed
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,7 @@ | ||
| 1 | 1 | { |
| 2 | +"targets": { | |
| 3 | +"esp32": false | |
| 4 | + }, | |
| 2 | 5 | "fqbn_append": "PartitionScheme=rainmaker_4MB", |
| 3 | 6 | "requires": [ |
| 4 | 7 | "CONFIG_ESP_RMAKER_WORK_QUEUE_TASK_STACK=[1-9][0-9]*" |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,7 @@ | ||
| 1 | 1 | { |
| 2 | +"targets": { | |
| 3 | +"esp32": false | |
| 4 | + }, | |
| 2 | 5 | "fqbn_append": "PartitionScheme=rainmaker_4MB", |
| 3 | 6 | "requires": [ |
| 4 | 7 | "CONFIG_ESP_RMAKER_WORK_QUEUE_TASK_STACK=[1-9][0-9]*" |