diff --git a/README.md b/README.md index 379f29d..6e7e659 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ openocd-flash ## Networking Setup for First-time User Provide them to setup Humpback-DDS: - IP Address of Humpback-DDS -- Address block of the local area network +- Bit length of the LAN prefix - MAC Address of Humpback-DDS - IP Address of MQTT broker - Device name of Humpback-DDS @@ -50,7 +50,7 @@ Parameters: openocd-flash-customised 192.168.1.200/24 AC:6F:7A:DE:D6:C8 192.168.1.125 "Urukul" ``` The device will be named `Urukul`. -It has `192.168.1.200` as IPv4 Address, inside a `\24` network, with `AC:6F:7A:DE:D6:C8` as MAC address. +It has `192.168.1.200` as IPv4 Address, inside a `/24` network, with `AC:6F:7A:DE:D6:C8` as MAC address. It will connect to a MQTT broker at `192.168.1.125:1883`.