Cleanup samples

This commit is contained in:
Evgeny
2025-05-03 09:45:26 +08:00
parent 296fbee028
commit b9d73171ed
26 changed files with 51 additions and 612 deletions

View File

@@ -11,6 +11,6 @@ function on_alarm()
end
function on_network_result(result)
local price = ajson:get_value(result, "object object:USD string:last")
local price = ajson:read(result, "object object:USD string:last")
ui:show_text("1 BTC"..equals..price.." USD")
end