Additional changes for the previous merge.

This commit is contained in:
Philip Abbey
2023-11-11 07:49:15 +00:00
parent 80e56e5969
commit b7ed8607fb
3 changed files with 8 additions and 6 deletions

View File

@ -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
}