File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -832,6 +832,7 @@ void processUart1Message(SEMP_PARSE_STATE *parse, uint16_t type)
832
832
// If the Apple Accessory is sending the data to the EA Session,
833
833
// discard this GSA / GSV. Bad things would happen if we were to
834
834
// manipulate latestEASessionData while appleAccessory is using it.
835
+ #ifdef COMPILE_AUTHENTICATION
835
836
if (appleAccessory->latestEASessionDataIsBlocking () == false )
836
837
{
837
838
size_t spaceAvailable = latestEASessionDataMaxLen - strlen (latestEASessionData);
@@ -862,6 +863,7 @@ void processUart1Message(SEMP_PARSE_STATE *parse, uint16_t type)
862
863
}
863
864
else if (settings.debugNetworkLayer )
864
865
systemPrintf (" Discarding %d GSA/GSV bytes - latestEASessionDataIsBlocking\r\n " , parse->length );
866
+ #endif // COMPILE_AUTHENTICATION
865
867
}
866
868
}
867
869
You can’t perform that action at this time.
0 commit comments