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 75fdc9a commit e85ba76Copy full SHA for e85ba76
Firmware/RTK_Everywhere/AuthCoPro.ino
@@ -79,7 +79,7 @@ void updateAuthCoPro()
79
// bluetoothStart is called during STATE_ROVER_NOT_STARTED and STATE_BASE_NOT_STARTED
80
// appleAccessory.update() will use &transportConnected to learn if BT SPP is running
81
82
- if (online.authenticationCoPro) // Coprocessor muust be present and online
+ if (online.authenticationCoPro) // Coprocessor must be present and online
83
{
84
if (settings.bluetoothRadioType == BLUETOOTH_RADIO_SPP_ACCESSORY_MODE)
85
0 commit comments