Small changes

This commit is contained in:
2024-07-14 20:04:13 +02:00
parent 26c20bcdf7
commit d28d55ab4b
3 changed files with 3 additions and 3 deletions

View File

@@ -58,7 +58,6 @@ function love.mqtt.message(topic, payload)
BotState.servoBattery = tonumber(payload)
BotState.servoBatteryCorrected = BotState.servoBattery / 2
elseif topic == "telemetry/camfeed" then
print("Got camfeed")
fileData = love.filesystem.newFileData(payload, "camfeed")
BotState.camfeed = love.graphics.newImage(fileData)
elseif topic == "telemetry/pong" then