Device not found BLE after copying project
CubeIDE, P-Nucleo STM32WB55
I have a BLE project that works, it sends data from 2 temperature sensors & 2 accelerometers (x, y & z for each)
Within Cube I copied the project then pasted with a new name.
Added some code to take 1000 samples of the accelerometer data and calculate the mean for each axis on each sensor. That's the only addition to the code, everything else is exactly the same.
Compiles & gets on the board with no issues.
Check the serial debug, all senors up & running, averaging is working just fine
The device just doesn't show up when scanning BLE devices.
Revert to previous project & there it is advertising as it should. reflash.... nope no such device.
What's going on there?
