send ACTIVE only after all nodes are connected

used for sea_recorder
This commit is contained in:
2025-06-17 11:29:33 +02:00
parent df499953d9
commit 0d9a3d35f8
2 changed files with 13 additions and 2 deletions

View File

@ -2475,7 +2475,7 @@ proc mainGroup {{forweb ""}} {
NoNewline
set u_stick ""
if {[result device stick_menu] ne ""} {
set u_stick [hval /device/sitck_label]
set u_stick [hval /device/stick_label]
SelectButton "-sticks" "Stick: $u_stick"
NoNewline
}