We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19c6f16 commit 91d719eCopy full SHA for 91d719e
Firmware/RTK_Everywhere/Display.ino
@@ -2032,7 +2032,7 @@ void displayFullIPAddress(std::vector<iconPropertyBlinking> *iconList) // Bottom
2032
{
2033
static IPAddress ipAddress;
2034
NetPriority_t priority;
2035
- static NetPriority_t previousPriority;
+ static NetPriority_t previousPriority = NETWORK_NONE;
2036
2037
// Max width: 15*6 = 90 pixels (6 pixels per character, nnn.nnn.nnn.nnn)
2038
if (present.display_type == DISPLAY_128x64)
0 commit comments