Skip to content

Commit

Permalink
Fix min/max startup power defaults for Bluejay v0.21.0 #486
Browse files Browse the repository at this point in the history
  • Loading branch information
stylesuxx committed Aug 29, 2024
1 parent 3869fec commit 2e598a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sources/Bluejay/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ DEFAULTS['207'] = { // v0.20

DEFAULTS['208'] = { // v0.21
...DEFAULTS['207'],
STARTUP_POWER_MIN: 51,
STARTUP_POWER_MIN: 21,
STARTUP_POWER_MAX: 5,
};
delete DEFAULTS['208'].DITHERING;
Expand Down

0 comments on commit 2e598a9

Please sign in to comment.