Trial and error - nightly check-in

master
Martin Zwigl 2025-03-16 20:26:36 +01:00
parent a8d818cf1a
commit 2e38fe3c16
2 changed files with 2 additions and 2 deletions

View File

@ -119,7 +119,7 @@ function draw() {
// update time and draw // update time and draw
g.clear(); g.clear();
draw(); draw();
getChart(false); getChart("24h");
// //
Bangle.on("swipe", swipeHandler); Bangle.on("swipe", swipeHandler);

View File

@ -1,7 +1,7 @@
{ "id": "coin_info", { "id": "coin_info",
"name": "Crypto-Coins Info", "name": "Crypto-Coins Info",
"shortName":"Coins Info", "shortName":"Coins Info",
"version": "0.06.35", "version": "0.06.36",
"description": "Crypto-Coins Infos with the help of the Binance API", "description": "Crypto-Coins Infos with the help of the Binance API",
"icon": "app.png", "icon": "app.png",
"tags": "clkinfo", "tags": "clkinfo",