Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
strijar committed Aug 1, 2022
1 parent eca0f3a commit e9a4fbf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mchf-eclipse/drivers/ui/menu/ui_menu_structure.c
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,8 @@ const MenuDescriptor confGroup[] =

const MenuDescriptor displayGroup[] =
{
{ MENU_DISPLAY, MENU_ITEM, CONFIG_LCD_AUTO_DIMM_TIME, NULL, "LCD Auto dimming", UiMenuDesc("After x seconds LCD dimming. So power consumption is decreased and RX hum is decreased, too. LCD operation starts when using any button or the touchscreen.") },
{ MENU_DISPLAY, MENU_ITEM, CONFIG_LCD_AUTO_DIMM_BRIGHT, NULL, "LCD dimming", UiMenuDesc("") },
{ MENU_DISPLAY, MENU_ITEM, CONFIG_LCD_AUTO_DIMM_TIME, NULL, "Dimming time", UiMenuDesc("After x seconds LCD dimming. So power consumption is decreased and RX hum is decreased, too. LCD operation starts when using any button or the touchscreen.") },
{ MENU_DISPLAY, MENU_ITEM, CONFIG_LCD_AUTO_DIMM_BRIGHT, NULL, "Dimming level", UiMenuDesc("") },
{ MENU_DISPLAY, MENU_ITEM, MENU_CW_DECODER_SNAP_ENABLE, NULL,"Show Tune Helper", UiMenuDesc("graphical tune helper: adjust frequency until yellow vertical line is in centre of green box --> right on CW carrier frequency") },
{ MENU_DISPLAY, MENU_ITEM, CONFIG_FREQ_STEP_MARKER_LINE, NULL, "Step Size Marker", UiMenuDesc("If enabled, you'll see a line under the digit which is currently representing the selected tuning step size") },
{ MENU_DISPLAY, MENU_ITEM, MENU_NO_SHOW_BNDMEM, NULL, "Don't Show BndMem", UiMenuDesc("Don't show BndMemory.") },
Expand Down
2 changes: 1 addition & 1 deletion mchf-eclipse/src/uhsdr_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
************************************************************************************/

#define UHSDR_VER_MAJOR "3"
#define UHSDR_VER_MINOR "2"
#define UHSDR_VER_MINOR "3"
#define UHSDR_VER_RELEASE "0"


Expand Down

0 comments on commit e9a4fbf

Please sign in to comment.