Skip to content

Commit

Permalink
system: set correct upper limit for button value section
Browse files Browse the repository at this point in the history
  • Loading branch information
paradajz committed Apr 15, 2024
1 parent ebb83d1 commit fd7b426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/firmware/application/system/Layout.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ namespace sys
{
io::Buttons::Collection::SIZE(),
0,
255,
127,
},

// channel section
Expand Down

0 comments on commit fd7b426

Please sign in to comment.