Skip to content

Commit 3bf8bc7

Browse files
committed
fix(partitions): Use rainmaker specific partitions
1 parent 0e235f9 commit 3bf8bc7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"fqbn_append": "PartitionScheme=huge_app",
2+
"fqbn_append": "PartitionScheme=rainmaker_4MB",
33
"requires": [
44
"CONFIG_SOC_WIFI_SUPPORTED=y",
55
"CONFIG_ESP_RMAKER_WORK_QUEUE_TASK_STACK=[1-9][0-9]*"

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"fqbn_append": "PartitionScheme=huge_app",
2+
"fqbn_append": "PartitionScheme=rainmaker_4MB",
33
"requires": [
44
"CONFIG_SOC_WIFI_SUPPORTED=y",
55
"CONFIG_ESP_RMAKER_WORK_QUEUE_TASK_STACK=[1-9][0-9]*"

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"fqbn_append": "PartitionScheme=huge_app",
2+
"fqbn_append": "PartitionScheme=rainmaker_4MB",
33
"requires": [
44
"CONFIG_SOC_WIFI_SUPPORTED=y",
55
"CONFIG_ESP_RMAKER_WORK_QUEUE_TASK_STACK=[1-9][0-9]*"

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"fqbn_append": "PartitionScheme=huge_app",
2+
"fqbn_append": "PartitionScheme=rainmaker_4MB",
33
"requires": [
44
"CONFIG_SOC_WIFI_SUPPORTED=y",
55
"CONFIG_ESP_RMAKER_WORK_QUEUE_TASK_STACK=[1-9][0-9]*"

0 commit comments

Comments
 (0)