sPhone/src/apps/spks/gps.spk
Alessandro bb9924ad5a
Final update
Bug fixes
2019-10-28 19:29:25 +01:00

28 lines
No EOL
577 B
Text

--
-- Sertex Application Package
-- Built with SPK builder 1.2
--
{
files = "{\
[ \"gps.lua\" ] = \"local x, y, z = gps.locate(0)\\\
if not x then\\\
x, y, z = \\\"?\\\", \\\"?\\\", \\\"?\\\"\\\
end\\\
if tonumber(x) then\\\
sPhone.winOk(\\\"X Y Z\\\", math.ceil(x)..\\\" \\\"..math.ceil(y)..\\\" \\\"..math.ceil(z))\\\
else\\\
sPhone.winOk(\\\"X Y Z\\\",\\\"? ? ?\\\")\\\
end\\\
\\\
return true\",\
}",
config = "{\
type = \"app\",\
name = \"GPS\",\
version = 1,\
id = \"sphone.gps\",\
author = \"Sertex\",\
hidden = true,\
main = \"gps.lua\",\
}",
}