Skip to content

Commit 7368835

Browse files
committed
Fix more partition selections for examples
1 parent 13b330b commit 7368835

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

Diff for: libraries/BLE/examples/Client/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/iBeacon/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/NetworkClientSecure/examples/WiFiClientSecure/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/NetworkClientSecure/examples/WiFiClientSecureEnterprise/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)