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
On some connections (Serial, >9600 baud) XON/XOFF flow control is too slow to reliably throttle data transfer when writing files,
and data can be lost. By default we add a delay after each write to Storage to help avoid this, but if your connection is stable
you can turn this off and greatly increase write speeds.
description : "Respond to XON/XOFF flow control characters to throttle data uploads. By default Espruino sends XON/XOFF for USB and Bluetooth (on 2v05+).",
75
-
type : "boolean",
76
-
defaultValue : true
77
-
});
72
+
section : "Communications",
73
+
name : "Software Flow Control",
74
+
description : "Respond to XON/XOFF flow control characters to throttle data uploads. By default Espruino sends XON/XOFF for USB and Bluetooth (on 2v05+).",
0 commit comments