2019-11-06 22:12:54 +00:00
|
|
|
{
|
2020-02-04 16:17:23 +00:00
|
|
|
ble: true, // Bluetooth enabled by default
|
2020-02-25 13:34:06 +00:00
|
|
|
blerepl: true, // Is REPL on Bluetooth - can Espruino IDE be used?
|
|
|
|
log: false, // Do log messages appear on screen?
|
2020-02-04 16:17:23 +00:00
|
|
|
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?
|
2020-02-25 13:34:06 +00:00
|
|
|
// welcomed : undefined/true (whether welcome app should show)
|
2019-11-06 22:12:54 +00:00
|
|
|
}
|