Skip to content

Commit

Permalink
Merge branch 'espruino:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgoz authored Jul 24, 2024
2 parents 08712f9 + 13f74e1 commit 08abf61
Show file tree
Hide file tree
Showing 186 changed files with 4,904 additions and 417 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -245,4 +245,5 @@ module.exports = {
})),
],
ignorePatterns: findGeneratedJS(["apps/", "modules/"]),
reportUnusedDisableDirectives: true,
}
2 changes: 1 addition & 1 deletion apps/_example_app/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "A detailed description of my great app",
"icon": "app.png",
"tags": "",
"supports" : ["BANGLEJS2"],
"supports" : ["BANGLEJS2"],
"readme": "README.md",
"storage": [
{"name":"7chname.app.js","url":"app.js"},
Expand Down
1 change: 1 addition & 0 deletions apps/accelrec/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
Trigger on 1.04g now, and record 10 samples before trigger
0.03: Bangle.js 2 compatibility
0.04: Minor code improvements
0.05: Can record 100hz, z-axis color changed to yellow, autosave to file, no need select, delete old records
Loading

0 comments on commit 08abf61

Please sign in to comment.