This commit is contained in:
legop3
2025-11-17 19:25:28 -05:00
parent 9a6c54ce7c
commit c3ea5f02e2
3 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ func (c *WSClient) sendHello(ctx context.Context, conn *websocket.Conn) error {
Media: c.cfg.Media,
CameraServo: c.cfg.CameraServo,
}
// c.log.Printf("sending hello (camera servo enabled=%v pin=%d)", msg.CameraServo.Enabled, msg.CameraServo.Pin)
c.log.Printf("sending hello (camera servo enabled=%v pin=%d)", msg.CameraServo.Enabled, msg.CameraServo.Pin)
return writeJSON(ctx, conn, msg)
}