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 63e2e88 commit 3ee7a75Copy full SHA for 3ee7a75
Firmware/RTK_Everywhere/States.ino
@@ -861,11 +861,13 @@ void constructSetupDisplay(std::vector<setupButton> *buttons)
861
862
addSetupButton(buttons, "Config", STATE_WEB_CONFIG_NOT_STARTED);
863
864
- if (pointPerfectIsEnabled())
+ if (pointPerfectIsEnabled() && pointPerfectServiceUsesKeys())
865
{
866
addSetupButton(buttons, "Get Keys", STATE_KEYS_REQUESTED);
867
}
868
+
869
addSetupButton(buttons, "E-Pair", STATE_ESPNOW_PAIRING_NOT_STARTED);
870
871
// If only one active profile do not show any profiles
872
if (getProfileCount() > 1)
873
0 commit comments