TorstenRobitzki / bluetoe

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

ensure radio is disabled before scheduling tx/rx #31

Closed xnlcasad closed 6 years ago

xnlcasad commented 6 years ago

This change forces the CPU to poll the radio peripheral until it is actually disabled. This fixes the issue when building for nrf52 with optimizations enabled, and fixes issue #30