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
{{ message }}
This repository was archived by the owner on May 4, 2026. It is now read-only.
Is there an existing issue for this bug?
What development environment are you using?
Arduino IDE
What board are you using?
Arduino Nano 33 IoT
What part of CRSF for Arduino is this bug related to?
Build/Compile/Upload
Current behaviour
SerialBuffer.cpp:26:10: fatal error: cstring: No such file or directory
#include "cstring"
Expected behaviour
expected all works fine
Steps to reproduce
Just add library to Arduino IDE 2.3.2, and try to compile example.
Additional information
No response