samples: subsys: lorawan: class_a: add clock sync option
Add an option to build the sample with application-layer clock sync service running in the background. This will also add a build-check for the clock sync service in CI. Signed-off-by: Martin Jäger <martin@libre.solar>
This commit is contained in:
parent
5b4920c81b
commit
5dd50f9232
4 changed files with 28 additions and 0 deletions
3
samples/subsys/lorawan/class_a/overlay-clock-sync.conf
Normal file
3
samples/subsys/lorawan/class_a/overlay-clock-sync.conf
Normal file
|
@ -0,0 +1,3 @@
|
|||
CONFIG_LORAWAN_SERVICES=y
|
||||
CONFIG_LORAWAN_SERVICES_LOG_LEVEL_DBG=y
|
||||
CONFIG_LORAWAN_APP_CLOCK_SYNC=y
|
Loading…
Add table
Add a link
Reference in a new issue