激光联动控制完成

This commit is contained in:
2025-03-12 19:13:35 +08:00
parent 1e0119c5c4
commit 752446e502
11 changed files with 184 additions and 49 deletions

View File

@@ -8,6 +8,8 @@ func NewConfig(point int) Config {
return ConfigPush{}
case 11:
return ConfigWait{}
case 5:
return LaserConfig{}
default:
return nil
}