mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-06-17 03:48:32 +00:00
Additional changes for the previous merge.
This commit is contained in:
@ -23,8 +23,8 @@ using Toybox.Lang;
|
||||
class Globals {
|
||||
// Enable printing of messages to the debug console (don't make this a Property
|
||||
// as the messages can't be read from a watch!)
|
||||
static const debug = true;
|
||||
static const updateInterval = 5; // seconds
|
||||
static const debug = false;
|
||||
static const updateInterval = 10; // seconds
|
||||
static const alertTimeout = 2000; // ms
|
||||
static const tapTimeout = 1000; // ms
|
||||
}
|
||||
|
Reference in New Issue
Block a user