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
In the file circle-stdlib/libs/circle/include/circle/serial.h the defaults translate a NL to NL+CR thereby changing the size of voice dumps and transmitting a panning ctrl which also is 0x0A (NL)
// serial options
#define SERIAL_OPTION_ONLCR (1 << 0) ///< Translate NL to NL+CR on output (default)