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:],
}
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.
Executes git checkout and git pull in ~/bumble-auracast.
@@ -393,7 +393,7 @@ def main():
"pull",
"hostname",
"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",
"start_app",
"finish"

Binary file not shown.