Исправление. Убран лишний принт.
This commit is contained in:
@@ -64,7 +64,6 @@ func on_toggled_switch(val: bool, meta: Array, unit_sch3):
|
||||
regs_holding[on_addr] = tools.set_bit(regs_holding[on_addr], on_bit, val)
|
||||
regs_holding[off_addr] = tools.set_bit(regs_holding[off_addr], off_bit, not val)
|
||||
unit_sch3.push_write_holding(regs_holding)
|
||||
print_debug(regs_holding)
|
||||
|
||||
|
||||
func _enter_tree() -> void:
|
||||
|
||||
Reference in New Issue
Block a user