mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-17 02:35:08 +00:00
Update Screen.cpp
This commit is contained in:
parent
849e06497a
commit
eebf174735
@ -158,7 +158,7 @@ static bool haveGlyphs(const char *str)
|
|||||||
// LOG_DEBUG("haveGlyphs=%d", have);
|
// LOG_DEBUG("haveGlyphs=%d", have);
|
||||||
return have;
|
return have;
|
||||||
}
|
}
|
||||||
bool hasUnreadMessage = false;
|
extern bool hasUnreadMessage;
|
||||||
/**
|
/**
|
||||||
* Draw the icon with extra info printed around the corners
|
* Draw the icon with extra info printed around the corners
|
||||||
*/
|
*/
|
||||||
@ -978,7 +978,6 @@ bool deltaToTimestamp(uint32_t secondsAgo, uint8_t *hours, uint8_t *minutes, int
|
|||||||
validCached = true;
|
validCached = true;
|
||||||
return validCached;
|
return validCached;
|
||||||
}
|
}
|
||||||
// *********************************
|
|
||||||
|
|
||||||
// ****************************
|
// ****************************
|
||||||
// * Text Message Screen *
|
// * Text Message Screen *
|
||||||
|
Loading…
Reference in New Issue
Block a user