Fix bugs in transfer example
Inadequate testing appeared to indicate the CRC checking was at fault, this was incorrect. Seemed to be 2 separate bugs in transfer example: Symptoms: Arduino would start reading 150+ KB/s and about 5000 payloads/second received after a period of time with transfers ongoing continuously. Fixes: 1. Remove the printf of Payload Count (same issue with %lu ) 2. Prevent division into 0
Showing
Please register or sign in to comment