Отладка read_isa

This commit is contained in:
TotMaxim
2025-11-21 00:49:02 +03:00
parent 6624110192
commit 3648e740a0
2 changed files with 38 additions and 22 deletions

View File

@@ -128,6 +128,11 @@ func _ready() -> void:
_apply_default_data()
func _process(_delta: float) -> void:
for device in dictionary_yau07:
dictionary_yau07[device]._on_poll_timeout()
func _exit_tree():
for device in dictionary_yau07:
if dictionary_yau07[device]: