5s autocharge to match ui...

This commit is contained in:
legop3
2026-01-27 17:19:07 -05:00
parent 48e4ddd090
commit 7dbb657dcd
3 changed files with 1 additions and 1 deletions
Vendored
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -7,7 +7,7 @@ import (
)
const (
autoChargeTimeout = 10 * time.Second
autoChargeTimeout = 5 * time.Second
autoChargeCooldown = 0 * time.Minute
sourceHomeBase = 1 << 1
)