1
0
mirror of https://github.com/kepler155c/opus synced 2025-10-31 07:33:00 +00:00

minor tweaks

This commit is contained in:
kepler155c@gmail.com
2019-07-08 00:16:28 -04:00
parent 86cd6e3c0e
commit ccc7693f46
3 changed files with 4 additions and 2 deletions

View File

@@ -351,7 +351,7 @@ Event.on('modem_message', function(_, side, chan, reply, msg, dist)
portid = chan,
replyid = reply,
message = msg,
distance = dist,
distance = dist or -1,
})
end
end)

View File

@@ -215,3 +215,5 @@ Event.on('turtle_response', function()
sendInfo()
end
end)
sendInfo()