Skip to content

Commit

Permalink
gUpdateDIsplay messenger
Browse files Browse the repository at this point in the history
  • Loading branch information
LolloDev5123 committed Jan 11, 2024
1 parent ea3efef commit 7d6f6b0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions apps/messenger.c
Original file line number Diff line number Diff line change
Expand Up @@ -724,13 +724,11 @@ void MSG_StorePacket(const uint16_t interrupt_bits)
}


}


}
gUpdateDisplay = true;
}

gFSKWriteIndex = 0;

// Transmit a message to the sender that we have received the message (Unless it's a service message)
if (msgFSKBuffer[0] == 'M' && msgFSKBuffer[1] == 'S' && msgFSKBuffer[2] != 0x1b)
{
Expand Down

0 comments on commit 7d6f6b0

Please sign in to comment.