BLE_SensorDemo from Blue Tile DK source file issues.
Compiling the BLE_SensorDemo sources in True Studio does not generate the same .hex as the precompiled .hex provided in the "Firmware" directory. The precompiled .hex works with the BLE Sensor app when loaded onto the BlueTile, but the .hex compiled from sources does not. When comparing both .hex files, they appear to be mostly identical except for about 200 lines of data at the beginning of the precompiled .hex that does not exist in the .hex generated in True Studio. It seems like there are either issues with some of the source files or project settings and it is not clear to me what needs to be corrected.