mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-06-18 12:28:41 +00:00
Turn off debug
This commit is contained in:
@ -24,7 +24,7 @@ using Toybox.Lang;
|
|||||||
class Globals {
|
class Globals {
|
||||||
// Enable printing of messages to the debug console (don't make this a Property
|
// Enable printing of messages to the debug console (don't make this a Property
|
||||||
// as the messages can't be read from a watch!)
|
// as the messages can't be read from a watch!)
|
||||||
static const scDebug = true;
|
static const scDebug = false;
|
||||||
static const scAlertTimeout = 2000; // ms
|
static const scAlertTimeout = 2000; // ms
|
||||||
static const scTapTimeout = 1000; // ms
|
static const scTapTimeout = 1000; // ms
|
||||||
// Time to let the existing HTTP responses get serviced after a
|
// Time to let the existing HTTP responses get serviced after a
|
||||||
|
Reference in New Issue
Block a user