diff --git a/docs/source/docs/quick-start/networking.md b/docs/source/docs/quick-start/networking.md index 35c3da4368..e373221dc7 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