feat(x4): add per-camera manual wake and hide power action when connected

This commit is contained in:
DCCONSTRUCTIONS
2026-09-10 16:27:48 +03:00
parent db14ee5435
commit 99f29218d7
27 changed files with 992 additions and 126 deletions
+2 -2
View File
@@ -11,8 +11,8 @@ import sys
ROOT = Path(__file__).resolve().parents[1]
BINARY_VERSION = "0.8.20"
VERSION = "0.8.20"
BINARY_VERSION = "0.8.21"
VERSION = "0.8.21-3"
sys.path.insert(0, str(ROOT.parents[1] / "scripts/packaging"))
from debian import package