forked from FOSS/BangleApps
9 lines
390 B
JSON
9 lines
390 B
JSON
{
|
|
timeout: 10, // Default LCD timeout in seconds
|
|
vibrate: true, // Vibration enabled by default. App must support
|
|
beep: true, // Beep enabled by default. App must support
|
|
timezone: 0, // Set the timezone for the device
|
|
HID : false, // BLE HID mode, off by default
|
|
debug: false, // Debug mode disabled by default. App must support
|
|
}
|