From 2e38fe3c162e19b1b532a99cb47a78b78cf97726 Mon Sep 17 00:00:00 2001 From: Martin Zwigl Date: Sun, 16 Mar 2025 20:26:36 +0100 Subject: [PATCH] Trial and error - nightly check-in --- apps/coin_info/app.js | 2 +- apps/coin_info/metadata.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/coin_info/app.js b/apps/coin_info/app.js index 66f5a0b47..800497d40 100644 --- a/apps/coin_info/app.js +++ b/apps/coin_info/app.js @@ -119,7 +119,7 @@ function draw() { // update time and draw g.clear(); draw(); -getChart(false); +getChart("24h"); // Bangle.on("swipe", swipeHandler); diff --git a/apps/coin_info/metadata.json b/apps/coin_info/metadata.json index fe08b2814..89e324c47 100644 --- a/apps/coin_info/metadata.json +++ b/apps/coin_info/metadata.json @@ -1,7 +1,7 @@ { "id": "coin_info", "name": "Crypto-Coins Info", "shortName":"Coins Info", - "version": "0.06.35", + "version": "0.06.36", "description": "Crypto-Coins Infos with the help of the Binance API", "icon": "app.png", "tags": "clkinfo",