Parcourir la source

优化修改包名

niujiuru il y a 22 heures
Parent
commit
04a88e80ad
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      camera/takephoto.go

+ 1 - 1
camera/takephoto.go

@@ -12,7 +12,7 @@ import (
 )
 
 // 相机模块的名称
-const MODULE_NAME = "TakePhoto"
+const MODULE_NAME = "Camera"
 
 // 配置连接网口相机的网卡ip
 func SetupEth1ForGigeCamera(cidr string) error {