-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
I tried to run the sample code on an RPi Pico, but I always got a 0 as output (Arduino IDE 2.0.3).
The problem is the memcpy function for shifting the arrays with overlapping memory. I changed it to memmove and it works now (Also I increased the buffer size for Serial1, to 128 bytes).
Line 137 in 90f1fcd
| memcpy( frame, frame + 1, TFMP_FRAME_SIZE); |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels