Проверка СКВ.

This commit is contained in:
MaD_CaT
2024-05-20 09:54:48 +03:00
parent 79331f6586
commit d4c325ead9

View File

@@ -127,7 +127,7 @@ class TCP5P28:
th_data.encode_s32(76, int(th.lat * c1))
return th_data
func to_cp866(proto: String, th_data):
func to_cp866(proto: String, th_data):
var cp866_proto: PackedByteArray = proto.to_ascii_buffer()
cp866_proto.resize(36)
for i in len(cp866_proto):