From 30cb067aecb96f0bbe19f51ec8f1bf78324408e3 Mon Sep 17 00:00:00 2001 From: Erol444 Date: Mon, 14 Mar 2022 16:15:05 +0100 Subject: [PATCH] Fix POE set IP docs --- docs/source/samples/bootloader/poe_set_ip.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/source/samples/bootloader/poe_set_ip.rst b/docs/source/samples/bootloader/poe_set_ip.rst index f416d1157..dd08bc3ae 100644 --- a/docs/source/samples/bootloader/poe_set_ip.rst +++ b/docs/source/samples/bootloader/poe_set_ip.rst @@ -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**: @@ -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 `__ +script and change the IP to :code:`192.168.1.200`. + Setup #####