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
Copy file name to clipboardExpand all lines: core/codeWriter.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@
66
66
});
67
67
Espruino.Core.Config.add("PACKET_UPLOAD",{
68
68
section : "Communications",
69
-
subSection: "Storage",
69
+
subSection: "Uploading",
70
70
name : "Packet Upload",
71
71
descriptionHTML : "Use packet-based file uploads for better performance (new). This works well on connections without flow control, and requires firmware 2v25 or later.",
0 commit comments