Added sd support and fixed proto malloc

This commit is contained in:
Niklas Jensen
2026-01-31 20:03:52 +01:00
parent ff1444b2bc
commit 8d4ce16460
12 changed files with 169 additions and 52 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
#include <functional>
#include <cstdio>
#define FS_MAX_CHUNK_SIZE 16384
#define FS_MAX_CHUNK_SIZE (1024*64)
#define FS_TRANSFER_TIMEOUT_MS 30000
namespace FileSystemWS {