Skip to content

Commit

Permalink
Update mtx.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
buk7456 authored May 12, 2024
1 parent cccc31f commit bff9e3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source code/transmitter/mtx/src/mtx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ void handlePowerOff()
showMsg(PSTR("Shutting down"));
if(Sys.backlightEnabled)
analogWrite(PIN_LCD_BACKLIGHT, ((uint16_t) 255 * Sys.backlightLevel) / 100);
delay(2000);
delay(1000);
//save changes
if(eeStoreIsInitialised())
{
Expand Down

0 comments on commit bff9e3f

Please sign in to comment.