Skip to content

Commit

Permalink
Updated LED init
Browse files Browse the repository at this point in the history
  • Loading branch information
richardclli authored and gagarinlg committed Jan 24, 2025
1 parent 2f60dfa commit 81a469a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion radio/src/targets/pl18/board.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,8 @@ void boardInit()
#if defined(RTCLOCK)
rtcInit(); // RTC must be initialized before rambackupRestore() is called
#endif

ledBlue();

lcdSetInitalFrameBuffer(lcdFront->getData());

#if defined(DEBUG)
Expand Down

0 comments on commit 81a469a

Please sign in to comment.