feat: Enhance MK2 driver with device state management and improved command handling
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-02-19 13:13:19 +11:00
parent e17e4d1a0a
commit e995a252e1
6 changed files with 917 additions and 36 deletions

View File

@@ -47,6 +47,7 @@ steps:
registry: registry.coadcorp.com
repo: registry.coadcorp.com/nathan/invertergui
dockerfile: Dockerfile
buildx_options_semicolon: --platform=linux/amd64,linux/arm64;--provenance=false
username: nathan
password:
from_secret: registry_password
@@ -62,6 +63,7 @@ steps:
registry: registry.coadcorp.com
repo: registry.coadcorp.com/nathan/invertergui
dockerfile: Dockerfile
buildx_options_semicolon: --platform=linux/amd64,linux/arm64;--provenance=false
username: nathan
password:
from_secret: registry_password
@@ -80,6 +82,7 @@ steps:
registry: registry.coadcorp.com
repo: registry.coadcorp.com/nathan/invertergui
dockerfile: Dockerfile
buildx_options_semicolon: --platform=linux/amd64,linux/arm64;--provenance=false
username: nathan
password:
from_secret: registry_password