forked from FOSS/BangleApps
13 lines
612 B
JSON
13 lines
612 B
JSON
{
|
|
ble: true, // Bluetooth enabled by default
|
|
dev: true, // Is REPL on Bluetooth - can Espruino IDE be used?
|
|
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
|
|
clock: null, // a string for the default clock's name
|
|
"12hour" : false, // 12 or 24 hour clock?
|
|
distance : "kilometer" // or "mile"
|
|
}
|