Trial and error - nightly check-in
parent
a8d818cf1a
commit
2e38fe3c16
|
|
@ -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);
|
||||||
|
|
|
||||||
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue