An attempt at getting image data back

This commit is contained in:
2024-07-14 00:27:33 +02:00
parent e026bc93f7
commit 6452d2e774
1314 changed files with 218350 additions and 38 deletions

View File

@@ -38,7 +38,8 @@ local function onCommand(command)
assert(client:subscribe {
topic = topic
})
print("Subribed to " .. topic)
print("Subscribed to " .. topic)
print("Subscribed to " .. topic)
end
end