Nina b1 softdevice s132 not working

Hi,

I have a custom board with a nina b1 on it, if I upload code to it, the code (blinky led) is not executed. If I upload the same code to a nina b1 evaluation board, the code is executed.

ini file:
[env:ublox_evk_nina_b1]
platform = nordicnrf52
board = ublox_evk_nina_b1
framework = arduino

The I noticed if I remove the following lines

build_flags = -DNRF52_S132
lib_deps =
sandeepmistry/BLEPeripheral@^0.4.0

the blinky led runs fine.

Does anyone have a fix for that? The eval board is a little bit older than the custom board, are there known problems with the soft device for newer nina b1 versions?

Please report this is as a bug to Issues · platformio/platform-nordicnrf52 · GitHub.