mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-07-21 10:34:07 +00:00
e8efcf13f0
Every sample nimble app used to register the `ble_hs_log` with the console handler. Now that the `ble_hs_log` doesn't exist, there is no need for apps to register it. Also, use the modlog package to write application log entries rather than the log API.
BLE Cycling Speed and Cadence peripheral app.
The source files are located in the src/ directory.
pkg.yml contains the base definition of the app.
syscfg.yml contains setting definitions and overrides.