Update README

delete unused include statement
This commit is contained in:
tomoaki
2021-09-16 11:13:13 +09:00
parent 0398566e82
commit 52500a0c79
2 changed files with 2 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ $ cd paho.mqtt-sn.embedded-c/MQTTSNGateway
```
In order to build a gateway, one sensor network argument is required.
```
$ ./build.sh [udp|udp6|xbee|loralink|rfcomm]
$ ./build.sh [udp|udp6|xbee|loralink|rfcomm|dtls|dtls6]
```
MQTT-SNGateway and MQTT-SNLogmonitor (executable programs) are built in ./bin directory.