Missing file on Ruuvi Firmware

Hello,

Sorry for a possible silly question.

When compiling the official firmware, I have found what it appears to be a missing header file as follows:

  • On …\ruuvitag_fw-master\bsp\bsp_btn_ant.c there is a include instruction on line 17;
  • #include “ant_parameters.h”

Could not find this file neither at any nRF SDK 12 and above (using 12.3.0 in this project), nor on Ruuvi repository.

Thanks for helping on sorting out what am I missing here.

regards,

The BSP files are copied from Nordic SDK, it’s probably some leftover from there