Hi,
I am trying to compile some RuuviTag application using nRF5_SDK_12.3.0_d7731ad
2 symbols are not defined, APP_CONFIG_ADV_FRAME_SPACING_MS_MIN and _ADV_FRAME_ETLM_SPACING_MS
Looking at the source, they are defined in examples/ble_peripheral/ble_app_eddystone/es_app_config.h
but used in components/libraries/eddystone/es_adv.c and components/libraries/eddystone/es_adv_timing_resolver.c
That does not seem right. Shouldn't there be a DFLT_ADV_FRAME_SPACING_MS_MIN and DFLT_ADV_FRAME_ETLM_SPACING_MS defined and used in components/libraries/eddystone? For all APP_CONFIG_* actually?
Or am I misunderstading something?