BLE Spam fix default 0 values and checks --nobuild

This commit is contained in:
Willy-JL
2023-10-23 23:24:41 +01:00
parent eee662f188
commit 4bbdbcf2c7
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
// Research by @Spooks4576
typedef enum {
EasysetupTypeBuds,
EasysetupTypeBuds = 0x01, // Skip 0 as it means unset
EasysetupTypeWatch,
EasysetupTypeCOUNT,
} EasysetupType;