We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36a00d4 commit 09b5eb8Copy full SHA for 09b5eb8
esp32.c
@@ -24,7 +24,7 @@
24
#undef dbg_printf
25
//#define dbg_printf(...) printf(__VA_ARGS__)
26
#define dbg_printf(...)
27
-#define CACHEBLOCKSZ 64
+#define CACHEBLOCKSZ 32
28
#define esp32_DEFAULT_MAXNAMESIZE 100
29
30
// From https://stackoverflow.com/questions/19758270/read-varint-from-linux-sockets#19760246
0 commit comments