You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When debugging read() without SD card I realized that on NuttX we are doing reads from the SD card multiple times a second. Presumably this should be done only when needed, e.g. when the mission is updated or a param is set.
The text was updated successfully, but these errors were encountered:
Describe the bug
When debugging
read()
without SD card I realized that on NuttX we are doing reads from the SD card multiple times a second. Presumably this should be done only when needed, e.g. when the mission is updatedor a param is set.The text was updated successfully, but these errors were encountered: