mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-06-10 19:23:31 -07:00
change troll default mac addr for remember bonding mode in bad kb
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
#define BAD_KB_ADV_NAME_MAX_LEN 18
|
||||
|
||||
// this is the MAC address used when we do not forget paired device (BOUND STATE)
|
||||
#define BAD_KB_BOUND_MAC_ADDRESS { 0x41, 0x4a, 0xef, 0xbe, 0xad, 0xde };
|
||||
#define BAD_KB_BOUND_MAC_ADDRESS { 0x41, 0x4a, 0xef, 0xb6, 0xa9, 0xd4 };
|
||||
|
||||
typedef enum {
|
||||
BadKbAppErrorNoFiles,
|
||||
|
||||
Reference in New Issue
Block a user