mirror of
https://github.com/meshtastic/firmware.git
synced 2025-10-03 13:55:45 +00:00
trunk + comment
This commit is contained in:
parent
eacf3cd0db
commit
fb01e72d04
@ -2661,6 +2661,7 @@ int Screen::handleStatusUpdate(const meshtastic::Status *arg)
|
|||||||
}
|
}
|
||||||
|
|
||||||
int Screen::handleTextMessage(const meshtastic_MeshPacket *packet)
|
int Screen::handleTextMessage(const meshtastic_MeshPacket *packet)
|
||||||
|
// If auto carousel is disabled, the focus doesn't chage on the incoming message
|
||||||
{
|
{
|
||||||
if (config.display.auto_screen_carousel_secs != 0) {
|
if (config.display.auto_screen_carousel_secs != 0) {
|
||||||
if (showingNormalScreen) {
|
if (showingNormalScreen) {
|
||||||
@ -2677,7 +2678,6 @@ int Screen::handleTextMessage(const meshtastic_MeshPacket *packet)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// Triggered by MeshModules
|
// Triggered by MeshModules
|
||||||
int Screen::handleUIFrameEvent(const UIFrameEvent *event)
|
int Screen::handleUIFrameEvent(const UIFrameEvent *event)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user