-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
Currently, when we run the FileHandler, we can either run it directly through the radio or through the uart, but not both at once which makes testing difficult.
The splitter component splits stack data into 2 paths, but the File Handler uses a buffer and not stack data with uses a pointer and not data on the stack. There are two options to fix this. One would be to copy the buffer it which would sent it down both paths or send it down one path and then send it down another path (Buffer repeater).
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
V0.3 | Buying Down Operational Risk