Skip to content

Commit 57b259b

Browse files
Small RAM savings in WebServer
From espressif/arduino-esp32#9594
1 parent 679be85 commit 57b259b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: libraries/WebServer/src/Parsing.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
#define __STR(a) #a
3939
#define _STR(a) __STR(a)
40-
const char * _http_method_str[] = {
40+
static const char * _http_method_str[] = {
4141
#define XX(num, name, string) _STR(name),
4242
HTTP_METHOD_MAP(XX)
4343
#undef XX

0 commit comments

Comments
 (0)