Skip to content

Commit

Permalink
samples: start in lora (and ble) mode
Browse files Browse the repository at this point in the history
workaround for high initial current in ble

Signed-off-by: Krzysztof Taborowski <[email protected]>
  • Loading branch information
ktaborowski committed Nov 13, 2024
1 parent 46b4ea3 commit b0eb3f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions samples/sid_end_device/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ tests:
sample.sidewalk.hello:
extra_configs:
- CONFIG_SID_END_DEVICE_PERSISTENT_LINK_MASK=y
- CONFIG_SIDEWALK_LINK_MASK_LORA=y
- CONFIG_SIDEWALK_FILE_TRANSFER=y
- CONFIG_SIDEWALK_APPLICATION_NAME="hello"
tags: Sidewalk hello
Expand All @@ -27,6 +28,7 @@ tests:
FILE_SUFFIX=release
extra_configs:
- CONFIG_SID_END_DEVICE_PERSISTENT_LINK_MASK=y
- CONFIG_SIDEWALK_LINK_MASK_LORA=y
- CONFIG_SIDEWALK_APPLICATION_NAME="hello.release"
tags: Sidewalk hello

Expand Down

0 comments on commit b0eb3f0

Please sign in to comment.