СКВ
This commit is contained in:
1
Main.gd
1
Main.gd
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user