Skip to content

Commit 18b8a74

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 8639893 + 288cf7b commit 18b8a74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/kazu/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -414,8 +414,8 @@ class MotionConfig(BaseModel):
414414

415415

416416
class VisionConfig(BaseModel):
417-
team_color: Literal["yellow", "blue"] = Field(
418-
default="blue", description='Team color for vision, allow ["yellow", "blue"]'
417+
team_color: Literal["yellow", "blue","online"] = Field(
418+
default="blue", description='Team color for vision, allow ["yellow", "blue","online"]'
419419
)
420420
resolution_multiplier: float = Field(default=1.0, description="Resolution multiplier for camera.")
421421
use_camera: bool = Field(default=True, description="Whether to use the camera.")

0 commit comments

Comments
 (0)