Skip to content

Commit

Permalink
H6100 brightness
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed Oct 15, 2020
1 parent 79c5e3d commit c7f94cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module.exports = {
'H6002', 'H6003', 'H6148'
],
modelsNoScaleBrightness: [
'H6159'
'H6159', 'H6110'
],
sleep: ms => {
return new Promise(resolve => setTimeout(resolve, ms))
Expand Down

0 comments on commit c7f94cd

Please sign in to comment.