Confirm success and pause before returning to main menu after firmware update
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -297,6 +297,7 @@ def firmware_update_workflow():
|
|||||||
rule("Post-Update Firmware Validation")
|
rule("Post-Update Firmware Validation")
|
||||||
_show_fw_versions(targets)
|
_show_fw_versions(targets)
|
||||||
|
|
||||||
|
ok("Firmware update complete.")
|
||||||
print()
|
print()
|
||||||
draw_box([
|
draw_box([
|
||||||
f"{_c(C.YEL, 'IMPORTANT -- For HA (Dual-Controller) Systems:')}",
|
f"{_c(C.YEL, 'IMPORTANT -- For HA (Dual-Controller) Systems:')}",
|
||||||
@@ -306,3 +307,4 @@ def firmware_update_workflow():
|
|||||||
" 2. Re-run this tool to update the other controller.",
|
" 2. Re-run this tool to update the other controller.",
|
||||||
], colour=C.YEL)
|
], colour=C.YEL)
|
||||||
print()
|
print()
|
||||||
|
prompt("Press Enter to return to main menu")
|
||||||
|
|||||||
Reference in New Issue
Block a user