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)
832832 // If the Apple Accessory is sending the data to the EA Session,
833833 // discard this GSA / GSV. Bad things would happen if we were to
834834 // manipulate latestEASessionData while appleAccessory is using it.
835+ #ifdef COMPILE_AUTHENTICATION
835836 if (appleAccessory->latestEASessionDataIsBlocking () == false )
836837 {
837838 size_t spaceAvailable = latestEASessionDataMaxLen - strlen (latestEASessionData);
@@ -862,6 +863,7 @@ void processUart1Message(SEMP_PARSE_STATE *parse, uint16_t type)
862863 }
863864 else if (settings.debugNetworkLayer )
864865 systemPrintf (" Discarding %d GSA/GSV bytes - latestEASessionDataIsBlocking\r\n " , parse->length );
866+ #endif // COMPILE_AUTHENTICATION
865867 }
866868 }
867869
You can’t perform that action at this time.
0 commit comments