Skip to content

Commit

Permalink
fix config typo
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickwasp committed Oct 4, 2024
1 parent c062b60 commit 75612a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ param2: value
Example:
```
enable_color: true
rgb_camera.profile: 1280x720x15
rgb_camera.color_profile: 1280x720x15
enable_depth: true
align_depth.enable: true
enable_sync: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
enable_color: true
rgb_camera.profile: 1280x720x15
rgb_camera.color_profile: 1280x720x15
enable_depth: true
align_depth.enable: true
enable_sync: true
Expand Down

0 comments on commit 75612a1

Please sign in to comment.