You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For more information about ArduinoBLE library please visit the official web page at:
17
17
https://github.com/arduino-libraries/ArduinoBLE
18
18
19
+
# Configuration
20
+
STM32Cube_WPAN has several configuration options, which are set in the `app_conf.h`.
21
+
This package has a default configuration named `app_conf_default.h`.
22
+
The user can include the file `app_conf_custom.h` to customize the ble application. Options wrapped in `#ifndef, #endif` in `app_conf_default.h` can be overwritten. Additional options can be added.
0 commit comments