Отладка согласований кнопок между приборами

This commit is contained in:
TotMaxim
2025-11-21 14:04:51 +03:00
parent 39bef3a351
commit 95174f8e9c
3 changed files with 633 additions and 136 deletions

View File

@@ -205,7 +205,7 @@ func set_isa_port(port_addr: int, value: int) -> bool:
return false
_isa_ports[port_addr] = value
emit_signal('update_isa_ports', _isa_ports)
emit_signal('update_isa_ports', _isa_ports, _self_name)
return true