This commit is contained in:
TotMaxim
2025-11-20 16:57:58 +03:00
parent 14d70ff681
commit 92608f5e82
6 changed files with 38 additions and 3 deletions

View File

@@ -211,6 +211,7 @@ func on_command_fail(_unit) -> void:
## Индикация чтения портов
func on_command_done(_unit) -> void:
if not unit.isa_ports.has(port_select): return
var isa: Array = []
ports_wr[port_select] = unit.isa_ports[port_select]
if (unit.isa_ports[port_select] == ports_wr[port_select]) and flag_online: