chore(inferium-server): print a message to the user

This commit is contained in:
Guillaume ARM 2024-05-21 00:57:21 +02:00
parent e883deba5a
commit 87188093f4

View File

@ -27,6 +27,8 @@ local function messageReceived(message)
end
end
print('Inferium server listening on port ' .. INFERIUM_QUERY_PORT)
while true do
local _, _, channel, replyChannel, rawMessage, _ = os.pullEvent("modem_message")