readme: fix slash
This commit is contained in:
parent
52986e214f
commit
3252dfcd42
|
@ -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`.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue