Skip to content

Commit

Permalink
Add space to SD edit name (opentx#8405)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajjjjjjjj committed Dec 3, 2024
1 parent 33f08f0 commit ef1d6d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radio/src/gui/common/stdlcd/widgets.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ void editName(coord_t x, coord_t y, char * name, uint8_t size, event_t event, ui
if (c <= 0) v = -v;
}
else {
v = checkIncDec(event, abs(v), '0', 'z', 0);
v = checkIncDec(event, abs(v), ' ', 'z', 0);
}
}

Expand Down

0 comments on commit ef1d6d0

Please sign in to comment.