add gold image with modifications for adc

This commit is contained in:
2025-12-16 17:49:47 +01:00
parent 5d78c5f940
commit ea8b9639da
2 changed files with 5 additions and 2 deletions

View File

@@ -205,7 +205,7 @@ def step_set_hostname(iot_host: str, hostname: str | None):
"err": stderr[-500:], "err": stderr[-500:],
} }
def step_git_pull(iot_host: str, branch: str = "main"): def step_git_pull(iot_host: str, branch: str = "release"):
"""Pull latest code from the repository on the device. """Pull latest code from the repository on the device.
Executes git checkout and git pull in ~/bumble-auracast. Executes git checkout and git pull in ~/bumble-auracast.
@@ -393,7 +393,7 @@ def main():
"pull", "pull",
"hostname", "hostname",
"mac", "mac",
#"wg", # TODO: after wiregurd setup a device was only reachable via vpn not in local network - fix this "wg", # TODO: after wiregurd setup a device was only reachable via vpn not in local network - fix this
"update_app", "update_app",
"start_app", "start_app",
"finish" "finish"

Binary file not shown.