Skip to content

Commit 464c3eb

Browse files
committed
fix(json): Fix JSON files to compile examples
1 parent c230609 commit 464c3eb

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

Diff for: libraries/RainMaker/examples/RMakerCustom/ci.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
2+
"fqbn_append": "PartitionScheme=huge_app",
23
"requires": [
34
"CONFIG_SOC_WIFI_SUPPORTED=y",
4-
"CONFIG_ESP_RMAKER_WORK_QUEUE_TASK_STACK"
5+
"CONFIG_ESP_RMAKER_WORK_QUEUE_TASK_STACK=[1-9][0-9]*"
56
]
67
}
+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
2+
"fqbn_append": "PartitionScheme=huge_app",
23
"requires": [
34
"CONFIG_SOC_WIFI_SUPPORTED=y",
4-
"CONFIG_ESP_RMAKER_WORK_QUEUE_TASK_STACK"
5+
"CONFIG_ESP_RMAKER_WORK_QUEUE_TASK_STACK=[1-9][0-9]*"
56
]
67
}
+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
2+
"fqbn_append": "PartitionScheme=huge_app",
23
"requires": [
34
"CONFIG_SOC_WIFI_SUPPORTED=y",
4-
"CONFIG_ESP_RMAKER_WORK_QUEUE_TASK_STACK"
5+
"CONFIG_ESP_RMAKER_WORK_QUEUE_TASK_STACK=[1-9][0-9]*"
56
]
67
}

Diff for: libraries/RainMaker/examples/RMakerSwitch/ci.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
2+
"fqbn_append": "PartitionScheme=huge_app",
23
"requires": [
34
"CONFIG_SOC_WIFI_SUPPORTED=y",
4-
"CONFIG_ESP_RMAKER_WORK_QUEUE_TASK_STACK"
5+
"CONFIG_ESP_RMAKER_WORK_QUEUE_TASK_STACK=[1-9][0-9]*"
56
]
67
}

Diff for: libraries/WiFiProv/examples/WiFiProv/ci.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"fqbn_append": "PartitionScheme=huge_app",
23
"requires": [
34
"CONFIG_SOC_WIFI_SUPPORTED=y"
45
]

0 commit comments

Comments
 (0)