Skip to content

Commit

Permalink
c-eyes@anaximeno: Version 3.0.2 (#6468)
Browse files Browse the repository at this point in the history
* Update optimization mode defaults
* Bump version
  • Loading branch information
anaximeno authored Oct 5, 2024
1 parent e175188 commit 8dad0a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions c-eyes@anaximeno/files/c-eyes@anaximeno/6.2/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ const WS_SWITCHED_UPDATE_TIMEOUT_MS = 400;

const Optimizations = Object.freeze({
"battery": {
repaint_interval_ms: 70,
repaint_angle_rad: 0.07,
repaint_interval_ms: 120,
repaint_angle_rad: 0.09,
},
"balance": {
repaint_interval_ms: 55,
repaint_angle_rad: 0.05,
repaint_interval_ms: 70,
repaint_angle_rad: 0.07,
},
"performance": {
repaint_interval_ms: 30,
Expand Down
2 changes: 1 addition & 1 deletion c-eyes@anaximeno/files/c-eyes@anaximeno/metadata.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.0.1",
"version": "3.0.2",
"uuid": "c-eyes@anaximeno",
"name": "Cinnamon Eyes",
"multiversion": true,
Expand Down

0 comments on commit 8dad0a0

Please sign in to comment.