Merge pull request #207 from MaBecker/update_app_miclock

update_app_miclock
pull/194/head
Gordon Williams 2020-04-03 19:46:46 +01:00 committed by GitHub
commit 561f381a4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View File

@ -662,7 +662,7 @@
{ "id": "miclock",
"name": "Mixed Clock",
"icon": "clock-mixed.png",
"version":"0.03",
"version":"0.04",
"description": "A mix of analog and digital Clock",
"tags": "clock",
"type":"clock",

View File

@ -1,2 +1,3 @@
0.02: Modified for use with new bootloader and firmware
0.03: Localization
0.04: move jshint to the top

View File

@ -1,5 +1,5 @@
var locale = require("locale");
/* jshint esversion: 6 */
var locale = require("locale");
const Radius = { "center": 8, "hour": 78, "min": 95, "dots": 102 };
const Center = { "x": 120, "y": 132 };