Skip to content
Merged
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
7 changes: 5 additions & 2 deletions docs/source/samples/bootloader/poe_set_ip.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Example script output:
-------------------------------------
Enter IPv4: 192.168.1.200
Enter IPv4 Mask: 255.255.255.0
Enter IPv4 Gateway: 255.255.255.255
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
Enter IPv4 Gateway: 192.168.1.1
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
Flashing successful.

If you run the same example again after 10 seconds, you will see that IP changed to **192.168.1.200**:
Expand All @@ -33,6 +33,9 @@ If you run the same example again after 10 seconds, you will see that IP changed
"2" to set a dynamic IPv4 address
"3" to clear the config

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>`__
script and change the IP to :code:`192.168.1.200`.

Setup
#####

Expand Down