Hi there!
So trying to build my project here I found this:
RaceChrono/src/RaceChronoESP32.cpp:78:16: error: 'class NimBLEAdvertising' has no member named 'setScanResponse'; did you mean 'setScanResponseData'?
The NimBLE has renamed that member to "enableScanResponse", just a quick fix to add. It works with the new one!