Update sms-new.lua

This commit is contained in:
Ale32bit 2015-09-26 21:34:22 +02:00
parent 1858461467
commit da5ad81656

View file

@ -109,7 +109,7 @@ local function readMsg()
if pos > #loading then pos = 1 end if pos > #loading then pos = 1 end
elseif e[1] == "http_success" then elseif e[1] == "http_success" then
displayWin.setCursorPos(1,y) displayWin.setCursorPos(1,y)
displayWin.write("<You> "..msg) displayWin.write("<You> "..base64.decode(msg))
if y == my then displayWin.scroll(1) else y = y +1 end if y == my then displayWin.scroll(1) else y = y +1 end
break break
elseif e[1] == "http_failure" then elseif e[1] == "http_failure" then