Unverified Commit fa2bfdc2 authored by Earle F. Philhower, III's avatar Earle F. Philhower, III Committed by GitHub

Small RAM savings (128b) in WebServer (#2178)

From https://github.com/espressif/arduino-esp32/pull/9594
parent 679be852
......@@ -37,7 +37,7 @@
#define __STR(a) #a
#define _STR(a) __STR(a)
const char * _http_method_str[] = {
static const char * _http_method_str[] = {
#define XX(num, name, string) _STR(name),
HTTP_METHOD_MAP(XX)
#undef XX
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment