source "Kconfig.zephyr"

menu "Kleinigkeit APP Configuration"

config CONNECTABLE_ADV_INTERVAL_MIN
	int "Connectable advertising minimum interval"
	default 8000
	help
	  Connectable advertising minimum interval in 0.625 milliseconds unit.

config CONNECTABLE_ADV_INTERVAL_MAX
	int "Connectable advertising maximum interval"
	default 8008
	help
	  Connectable advertising maximum interval in 0.625 milliseconds unit.
config APP_CONTROL_SAMPLING_INTERVAL_S
	int "sample interval [s]"
	range 10 5400
	default 10
	help
	  Time in seconds between sample data acquisition from sensors

config TEST_FILL_FLASH
	bool "Test build: fill flash with dummy sine data on CMD 0x02"
	default n
	help
	  When enabled, CMD 0x02 (RECORD) bypasses the ADC and fills the
	  flash as fast as possible with a dummy sine wave (values 60..80,
	  timestamps 1..N). Used to benchmark download time for large
	  datasets. CMD 0x01 (NOTIFY) is unaffected.

endmenu

module = Kleinigkeit_APP
module-str= Kleinigkeit_APP
source "subsys/logging/Kconfig.template.log_config"