TorstenRobitzki / bluetoe

C++ Framework to build Bluetooth LE Server (GATT)
MIT License
142 stars 29 forks source link

Examples do not build with nordic SDK versions greater than 14 #49

Closed TorstenRobitzki closed 1 year ago

TorstenRobitzki commented 3 years ago

Due to changed paths, the example won't build with the include directories given in ./examples/nrfXX_toolchain_support.

TorstenRobitzki commented 1 year ago

Seems to be fixed. I've build the examples successfully with version 17.1 of the SDK.