Skip to content

Commit 44ac5e4

Browse files
authored
Merge pull request #533 from luxonis/poe_static_ip
Fix POE set IP docs
2 parents 3a6e007 + 30cb067 commit 44ac5e4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/source/samples/bootloader/poe_set_ip.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ Example script output:
1919
-------------------------------------
2020
Enter IPv4: 192.168.1.200
2121
Enter IPv4 Mask: 255.255.255.0
22-
Enter IPv4 Gateway: 255.255.255.255
23-
Flashing static IPv4 192.168.1.200, mask 255.255.255.0, gateway 255.255.255.255 to the POE device. Enter 'y' to confirm. y
22+
Enter IPv4 Gateway: 192.168.1.1
23+
Flashing static IPv4 192.168.1.200, mask 255.255.255.0, gateway 192.168.1.1 to the POE device. Enter 'y' to confirm. y
2424
Flashing successful.
2525
2626
If you run the same example again after 10 seconds, you will see that IP changed to **192.168.1.200**:
@@ -33,6 +33,9 @@ If you run the same example again after 10 seconds, you will see that IP changed
3333
"2" to set a dynamic IPv4 address
3434
"3" to clear the config
3535
36+
You can now also use the `Manually specify device IP <https://docs.luxonis.com/projects/hardware/en/latest/pages/guides/getting-started-with-poe.html#manually-specify-device-ip>`__
37+
script and change the IP to :code:`192.168.1.200`.
38+
3639
Setup
3740
#####
3841

0 commit comments

Comments
 (0)