Skip to content

Commit 5ae280d

Browse files
committed
Increase display time
Needed now that the function is asynchronous
1 parent e20579e commit 5ae280d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/RTK_Everywhere/Display.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3094,7 +3094,7 @@ void paintKeyProvisionFail(uint16_t displayTime)
30943094
// Show screen while ESP-NOW is pairing
30953095
void paintEspNowPairing()
30963096
{
3097-
displayMessage("ESP-NOW Pairing", 0);
3097+
displayMessage("ESP-NOW Pairing", 2000);
30983098
}
30993099
void paintEspNowPaired()
31003100
{

0 commit comments

Comments
 (0)