Skip to content

Commit

Permalink
Fix partitions for examples
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasssvaz committed Oct 4, 2024
1 parent 7651733 commit 13b330b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions libraries/BLE/examples/Beacon_Scanner/ci.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"fqbn_append": "PartitionScheme=huge_app",
"requires": [
"CONFIG_SOC_BLE_SUPPORTED=y"
]
Expand Down
1 change: 1 addition & 0 deletions libraries/BLE/examples/Write/ci.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"fqbn_append": "PartitionScheme=huge_app",
"requires": [
"CONFIG_SOC_BLE_SUPPORTED=y"
]
Expand Down
1 change: 1 addition & 0 deletions libraries/HTTPClient/examples/HTTPClientEnterprise/ci.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"fqbn_append": "PartitionScheme=huge_app",
"requires": [
"CONFIG_SOC_WIFI_SUPPORTED=y"
]
Expand Down
1 change: 1 addition & 0 deletions libraries/HTTPUpdate/examples/httpUpdateSecure/ci.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"fqbn_append": "PartitionScheme=huge_app",
"requires": [
"CONFIG_SOC_WIFI_SUPPORTED=y"
]
Expand Down

0 comments on commit 13b330b

Please sign in to comment.