Skip to content

Commit

Permalink
fix: display brightness instead of backlight for oled radio
Browse files Browse the repository at this point in the history
  • Loading branch information
3djc authored and pfeerick committed Mar 20, 2024
1 parent cbb980f commit 64732d7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions radio/src/functions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,11 @@ const char* funcGetLabel(uint8_t func)
case FUNC_LOGS:
return STR_SF_LOGS;
case FUNC_BACKLIGHT:
#if defined(OLED_SCREEN)
return STR_BRIGHTNESS;
#else
return STR_SF_BACKLIGHT;
#endif
case FUNC_SCREENSHOT:
return STR_SF_SCREENSHOT;
case FUNC_RACING_MODE:
Expand Down

0 comments on commit 64732d7

Please sign in to comment.