Bugfix of Exception Handling

Signed-off-by: tomoaki <tomoaki@tomy-tech.com>
This commit is contained in:
tomoaki
2021-05-03 19:20:52 +09:00
parent 8a2d28a5e4
commit 4478eafc8d
11 changed files with 43 additions and 30 deletions

View File

@@ -11,7 +11,7 @@ else
mkdir build.gateway
cd build.gateway
cmake .. -DSENSORNET=$1
make MQTTSNPacke
make MQTTSNPacket
make MQTT-SNGateway
make MQTT-SNLogmonitor
fi