From 3252dfcd42bc9bcfdaacf7f2444c22587a88ba7d Mon Sep 17 00:00:00 2001 From: occheung Date: Tue, 6 Oct 2020 15:12:12 +0800 Subject: [PATCH] readme: fix slash --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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`.