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:
Martin Jäger 2022-10-24 18:31:19 +02:00 committed by Fabio Baltieri
commit 5dd50f9232
4 changed files with 28 additions and 0 deletions

View file

@ -0,0 +1,3 @@
CONFIG_LORAWAN_SERVICES=y
CONFIG_LORAWAN_SERVICES_LOG_LEVEL_DBG=y
CONFIG_LORAWAN_APP_CLOCK_SYNC=y