Skip to content

Commit

Permalink
fix: same max for colorlcd as for bw
Browse files Browse the repository at this point in the history
  • Loading branch information
pfeerick committed Aug 27, 2024
1 parent 21e3fff commit ee046dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radio/src/gui/colorlcd/radio/radio_setup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,7 @@ static SetupLineDef setupLines[] = {
STR_PWR_AUTO_OFF,
[](Window* parent, coord_t x, coord_t y) {
auto edit = new NumberEdit(parent,{x, y, RadioSetupPage::NUM_W, EdgeTxStyles::UI_ELEMENT_HEIGHT}, 0,
100, GET_SET_DEFAULT(g_eeGeneral.pwrOffIfInactive));
255, GET_SET_DEFAULT(g_eeGeneral.pwrOffIfInactive));
edit->setSuffix(" min");
}
},
Expand Down

0 comments on commit ee046dd

Please sign in to comment.