mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-22 10:42:49 +00:00
fix text message display when new text arrives
The problem was we were pulsing the display power briefly down while reentering the ON state (because the ON states exit rule turned it off). Instead we now just turn off the screen on entry to DARK or LS states
This commit is contained in:
@@ -212,7 +212,7 @@ class MySecurity : public BLESecurityCallbacks
|
||||
}
|
||||
|
||||
// Remove our custom screen
|
||||
screen_set_frames();
|
||||
screen.setFrames();
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user