Merge pull request #2833 from leptun/MK3_3.9.1
Mk3 3.9.1 - Experimental menu quickfix
This commit is contained in:
commit
5e322092b3
1 changed files with 1 additions and 0 deletions
|
@ -5724,6 +5724,7 @@ void lcd_hw_setup_menu(void) // can not be "static"
|
|||
|
||||
if (_md->status == 0 || lcd_draw_update)
|
||||
{
|
||||
_md->status = 1;
|
||||
_md->experimental_menu_visibility = eeprom_read_byte((uint8_t *)EEPROM_EXPERIMENTAL_VISIBILITY);
|
||||
if (_md->experimental_menu_visibility == EEPROM_EMPTY_VALUE)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue