Рефактор.

This commit is contained in:
sasha80
2025-09-09 15:05:54 +03:00
parent 39933fb5b9
commit 4dfc526f9d
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
class_name Network extends Node
const YAU07_PROTO: = {'yau07tx': yau07.YaU07}
const CAPS_PROTO: = {'json-capsrpb': capsrpb.CapsRpb}
const CAPS_PROTO: = {'capsrpb': capsrpb.CapsRpb}
const TCP_PROTO: = {'5p28': tcp5p28.TCP5P28}
const SERIAL_PROTO: = {'spt25': spt25.SPT25}
const MODBUS_PROTO: = {'mbcs': sch3.Sch3}