From cd3d9b06bb90c160501b2799a43c744be489cde7 Mon Sep 17 00:00:00 2001 From: Sam Freund Date: Mon, 9 Mar 2026 12:19:24 -0500 Subject: [PATCH] Add clarity to networking for multiple coprocs (#2383) We've had a couple people who didn't find it clear that multiple coprocessors required different static IP addresses, so this PR aims to clarify that point in the docs. --- docs/source/docs/quick-start/networking.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/docs/quick-start/networking.md b/docs/source/docs/quick-start/networking.md index 35c3da436..e373221dc 100644 --- a/docs/source/docs/quick-start/networking.md +++ b/docs/source/docs/quick-start/networking.md @@ -52,10 +52,10 @@ Only use a static IP when connected to the **robot radio**, and never when testi 3. Open the settings tab on the left pane. 4. Under the Networking section, set your team number. 5. Change your IP to Static. -6. Set your coprocessor's IP address to “10.TE.AM.11”. More information on IP format can be found [here](https://docs.wpilib.org/en/stable/docs/networking/networking-introduction/ip-configurations.html#on-the-field-static-configuration). +6. Set your coprocessor's IP address to “10.TE.AM.xx”. "xx" should be a unique number not currently used by another device on the robot in the `.6-.19` range. More information on IP format can be found [here](https://docs.wpilib.org/en/stable/docs/networking/networking-introduction/ip-configurations.html#on-the-field-static-configuration). 7. Click the “Save” button. -Power-cycle your robot and then you will now be access the PhotonVision dashboard at `10.TE.AM.11:5800`. +Power-cycle your robot and then you will now be access the PhotonVision dashboard at `10.TE.AM.xx:5800`. ```{image} images/static.png :alt: Correctly set static IP