Skip to content

Commit

Permalink
Merge pull request #3436 from pavelmachek/m_23_sixths4 (and tweak lints)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobrippling committed May 30, 2024
2 parents 456cf7f + c222676 commit 064d9ce
Show file tree
Hide file tree
Showing 5 changed files with 115 additions and 93 deletions.
9 changes: 1 addition & 8 deletions apps/lint_exemptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,8 @@ module.exports = {
]
},
"apps/sixths/sixths.app.js": {
"hash": "b4572a529b31a5edcbd6ca5843b91c54abcbf75b2a28e90bd33751f7d6a3ebcd",
"hash": "2a4676828bdf78df052df402de34e6f1abd1c847ebe0d193fc789cd6e9dd0e5c",
"rules": [
"no-unused-vars",
"no-undef"
]
},
Expand Down Expand Up @@ -1161,12 +1160,6 @@ module.exports = {
"no-undef"
]
},
"apps/contacts/contacts.app.js": {
"hash": "f105adae91ef5bb79266bd20b8f1f5aaebe9863853c714d1f2b22c97d9ff7773",
"rules": [
"no-undef"
]
},
"apps/calendar/settings.js": {
"hash": "9f05366b91d0293ed965d8de019bfd044f96683542b86ebabaa3c8d3cc3ad3a7",
"rules": [
Expand Down
3 changes: 2 additions & 1 deletion apps/sixths/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
0.01: attempt to import
0.02: better GPS support, adding altitude and temperature support
0.03: Minor code improvements
0.03: minor code improvements
0.04: make height auto-calibration useful and slow ticks to save power
2 changes: 1 addition & 1 deletion apps/sixths/metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ "id": "sixths",
"name": "Sixth sense",
"version": "0.03",
"version": "0.04",
"description": "Clock for outdoor use with GPS support",
"icon": "app.png",
"readme": "README.md",
Expand Down
Loading

0 comments on commit 064d9ce

Please sign in to comment.