diff options
author | Christian Hesse <mail@eworm.de> | 2019-10-22 15:03:52 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2019-10-22 15:03:52 +0200 |
commit | df0c2afa315653429c8a41b705f100cf8310ccfd (patch) | |
tree | 61e3b04ce8dab9c5fe7d142d2a11f6c8490af8a0 | |
parent | 39815662f7a7c5ad3fb4996f72d85088229f555b (diff) |
check-health: decrease default threshold for voltage
-rw-r--r-- | global-config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/global-config b/global-config index 8089f83..0286abb 100644 --- a/global-config +++ b/global-config @@ -52,7 +52,7 @@ board-temperature1=50; board-temperature2=50; } -:global CheckHealthVoltagePercent 15; +:global CheckHealthVoltagePercent 10; # This controls what configuration is activated by bridge-port-to-default. :global BridgePortTo "default"; |