Skip to content

Commit

Permalink
Merge pull request #493 from athombv/master
Browse files Browse the repository at this point in the history
mmip #patch
  • Loading branch information
jeroenwienk authored Oct 15, 2024
2 parents 0c8a692 + 83c1470 commit b7c3ed6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/App/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ const IMAGE_MARKERS = {
'.jpeg': Buffer.from([0xFF, 0xD8]),
'.png': Buffer.from([0x89, 0x50, 0x4e, 0x47]),
};

const IMAGE_SIZES = {
app: {
small: { width: 250, height: 175 },
Expand All @@ -53,6 +54,7 @@ const IMAGE_SIZES = {
xlarge: { width: 1000, height: 1000 },
},
};

const BATTERY_CAPABILITIES = [
'measure_battery',
'alarm_battery',
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b7c3ed6

Please sign in to comment.