• TMRh20's avatar
    Fix bugs in transfer example · 0066eece
    TMRh20 authored
    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
    0066eece
Transfer.ino 5.14 KB