Skip to content

Commit 13b330b

Browse files
committed
Fix partitions for examples
1 parent 7651733 commit 13b330b

File tree

4 files changed

+4
-0
lines changed
  • libraries

4 files changed

+4
-0
lines changed

Diff for: libraries/BLE/examples/Beacon_Scanner/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_BLE_SUPPORTED=y"
45
]

Diff for: libraries/BLE/examples/Write/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_BLE_SUPPORTED=y"
45
]

Diff for: libraries/HTTPClient/examples/HTTPClientEnterprise/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
]

Diff for: libraries/HTTPUpdate/examples/httpUpdateSecure/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)