6 lines
245 B
Plaintext
6 lines
245 B
Plaintext
// Simple BLE configuration constants
|
|
// Change BLE_PREFIX to adjust the default device name prefix filter used by the Health BLE page.
|
|
export const BLE_PREFIX = 'CF'
|
|
|
|
// If you prefer to disable prefix filtering by default, set BLE_PREFIX = ''
|