Skip to content

Commit

Permalink
fix(partitions): Use rainmaker specific partitions
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasssvaz committed Oct 4, 2024
1 parent 0e235f9 commit 3bf8bc7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion libraries/RainMaker/examples/RMakerCustom/ci.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"fqbn_append": "PartitionScheme=huge_app",
"fqbn_append": "PartitionScheme=rainmaker_4MB",
"requires": [
"CONFIG_SOC_WIFI_SUPPORTED=y",
"CONFIG_ESP_RMAKER_WORK_QUEUE_TASK_STACK=[1-9][0-9]*"
Expand Down
2 changes: 1 addition & 1 deletion libraries/RainMaker/examples/RMakerCustomAirCooler/ci.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"fqbn_append": "PartitionScheme=huge_app",
"fqbn_append": "PartitionScheme=rainmaker_4MB",
"requires": [
"CONFIG_SOC_WIFI_SUPPORTED=y",
"CONFIG_ESP_RMAKER_WORK_QUEUE_TASK_STACK=[1-9][0-9]*"
Expand Down
2 changes: 1 addition & 1 deletion libraries/RainMaker/examples/RMakerSonoffDualR3/ci.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"fqbn_append": "PartitionScheme=huge_app",
"fqbn_append": "PartitionScheme=rainmaker_4MB",
"requires": [
"CONFIG_SOC_WIFI_SUPPORTED=y",
"CONFIG_ESP_RMAKER_WORK_QUEUE_TASK_STACK=[1-9][0-9]*"
Expand Down
2 changes: 1 addition & 1 deletion libraries/RainMaker/examples/RMakerSwitch/ci.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"fqbn_append": "PartitionScheme=huge_app",
"fqbn_append": "PartitionScheme=rainmaker_4MB",
"requires": [
"CONFIG_SOC_WIFI_SUPPORTED=y",
"CONFIG_ESP_RMAKER_WORK_QUEUE_TASK_STACK=[1-9][0-9]*"
Expand Down

0 comments on commit 3bf8bc7

Please sign in to comment.