mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-11 07:32:14 +00:00
Disable indicator on welcome screen.
This commit is contained in:
parent
16ae867c2d
commit
14eef42762
@ -1007,6 +1007,8 @@ void Screen::setWelcomeFrames()
|
|||||||
{
|
{
|
||||||
if (address_found) {
|
if (address_found) {
|
||||||
// DEBUG_MSG("showing Welcome frames\n");
|
// DEBUG_MSG("showing Welcome frames\n");
|
||||||
|
ui.disableAllIndicators();
|
||||||
|
|
||||||
static FrameCallback welcomeFrames[] = {drawWelcomeScreen};
|
static FrameCallback welcomeFrames[] = {drawWelcomeScreen};
|
||||||
ui.setFrames(welcomeFrames, 1);
|
ui.setFrames(welcomeFrames, 1);
|
||||||
ui.update();
|
ui.update();
|
||||||
|
Loading…
Reference in New Issue
Block a user