FIX: C12(P1S) tunnel proto compatible

Change-Id: Ibbf39b4fefe7e73e35f6096ac6989afbb531db03
This commit is contained in:
chunmao.guo 2023-05-23 11:19:03 +08:00 committed by Lane.Wei
parent a7566ea592
commit ddabc14676

View file

@ -1448,6 +1448,8 @@ void MachineObject::parse_version_func()
local_use_ssl_for_mqtt = true;
local_use_ssl_for_ftp = true;
}
is_support_remote_tunnel = true;
local_camera_proto = 1;
}
}