diff options
author | uvok | 2025-08-02 20:26:37 +0200 |
---|---|---|
committer | uvok | 2025-08-02 20:26:42 +0200 |
commit | eedacb5674246179df0fd48ca910b6f9369f7c81 (patch) | |
tree | 4fcd431e00695158c29c2f1da0fd937b9f024fe5 /include/badge/indicator.h | |
parent | 4b6c13d0a19fccb9f1ebe47cd92cc3bed1152d00 (diff) |
ble: Pass back indicator
Diffstat (limited to 'include/badge/indicator.h')
-rw-r--r-- | include/badge/indicator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/badge/indicator.h b/include/badge/indicator.h index 033a186..0e7e0d3 100644 --- a/include/badge/indicator.h +++ b/include/badge/indicator.h @@ -4,6 +4,7 @@ namespace de::uvok::badge { enum class DisplayIndicator { + Uninit, None, Advertising, Connected |