Рефактор. Устранение предупреждений

This commit is contained in:
sasha80
2025-11-03 23:07:18 +03:00
parent d8425cb60d
commit 5bd9502de2
3 changed files with 3 additions and 5 deletions

View File

@@ -50,7 +50,7 @@ class SocketSerial extends SerialPort:
buffer.resize(i)
return buffer
func send_to(data: PackedByteArray):
func send_to(_data: PackedByteArray):
if not is_open():
try_open()
return