Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
arntsonl authored Dec 26, 2024
1 parent 9fa75c9 commit afe4015
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions www/server/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -237,10 +237,10 @@ app.get('/api/getLedOptions', (req, res) => {
pledIndex3: 14,
pledIndex4: 15,
pledColor: 65280,
caseRGBType: 0,
caseRGBColor: 65280,
caseRGBIndex: -1,
caseRGBCount: 0,
caseRGBType: 0,
caseRGBColor: 65280,
caseRGBIndex: -1,
caseRGBCount: 0,
turnOffWhenSuspended: 0,
});
});
Expand Down

0 comments on commit afe4015

Please sign in to comment.