Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Update references to 2023 to 2024 year #347

Merged
merged 1 commit into from
Feb 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# -- Project information -----------------------------------------------------

project = 'PhotonVision'
copyright = '2023, PhotonVision'
copyright = '2024, PhotonVision'
author = 'Banks Troutman, Matt Morley'

# -- General configuration ---------------------------------------------------
Expand Down
6 changes: 3 additions & 3 deletions source/docs/troubleshooting/networking-troubleshooting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ A few issues make up the majority of support requests. Run through this checklis
- Limelights and Gloworms should be flashed using the Limelight image (eg, `photonvision-v2023.1.2-linuxarm64-image_limelight.xz`).
- Raspberry Pi devices (including Pi 3, Pi 4, CM3 and CM4) should be flashed using the Limelight image (eg, `photonvision-v2023.1.2-linuxarm64-image_RaspberryPi.xz`).
- This is due to Limelight-specific hardware configuration that makes the image incompatible with stock Raspberry Pi devices.
- Is your robot code using a **2023** version of WPILib, and is your coprocessor using the most up to date **2023** release?
- 2022 and 2023 versions of either cannot be mix-and-matched!
- Is your robot code using a **2024** version of WPILib, and is your coprocessor using the most up to date **2024** release?
- 2022, 2023 and 2024 versions of either cannot be mix-and-matched!
- Your PhotonVision version can be checked on the :ref:`settings tab<docs/settings:settings>`.
- Is your team number correctly set on the :ref:`settings tab<docs/settings:settings>`?

Expand All @@ -39,7 +39,7 @@ Please check that:
1. You don't have the NetworkTables Server on (toggleable in the settings tab). Turn this off when doing work on a robot.
2. You have your team number set properly in the settings tab.
3. Your camera name in the ``PhotonCamera`` constructor matches the name in the UI.
4. You are using the 2023 version of WPILib and RoboRIO image.
4. You are using the 2024 version of WPILib and RoboRIO image.
5. Your robot is on.

If all of the above are met and you still have issues, feel free to :ref:`contact us <index:contact us>` and provide the following information:
Expand Down
Loading