Added BLE_StopAdvertising().

This commit is contained in:
Joe Kearney 2025-05-24 17:35:07 -05:00
parent 138cf30b23
commit 4b8353193d
3 changed files with 28 additions and 6 deletions

View file

@ -24,7 +24,7 @@
#define VERSION_H
#define VERSION_MAJOR 00
#define VERSION_MINOR 39
#define VERSION_MINOR 40
#define STRINGIFY(number) #number
#define VERSION_STRING(major, minor) STRINGIFY(major) "." STRINGIFY(minor)