rssp axle test

This commit is contained in:
xzb 2023-11-14 17:58:38 +08:00
parent 9595b11f52
commit 7a753e3ad9

View File

@ -21,8 +21,7 @@ var allRsspAxleServices []RsspAxle
func StartLineAllRsspAxleServices(ram AxleMessageManager) {
allRsspAxleServices = nil
cfgs := ram.GetLineAllRsspAxleCfgs()
cfgs = getTestConfig() //测试用
///////////////////////////////////////
//cfgs = getTestConfig() //测试用
for _, cfg := range cfgs {
if cfg.Open {
as := InitRsspAxle(&cfg)