1
0
Fork 0

Fix Daisy Clock

`"type": "clock"` was missing from metadata.json so the app couldn't be set as the clock through settings
master
Andreas Holley 2022-02-25 21:10:11 +00:00 committed by GitHub
parent 8518e7623f
commit b7035afa2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
"dependencies": {"mylocation":"app"},
"description": "A clock based on the Pastel clock with large ring guage for steps",
"icon": "app.png",
"type": "clock",
"tags": "clock",
"supports" : ["BANGLEJS2"],
"screenshots": [{"url":"screenshot_daisy2.jpg"}],