ESP8266-based WiFi serial modem emulator ROM
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

esp8266: Use new style for collectHeaders

https://github.com/esp8266/Arduino/commit/47b8947e724b7441d1ad7c7eefdd6fdf691b19c1

+1 -2
+1 -2
esp8266/http.cpp
··· 131 131 return; 132 132 } 133 133 134 - const char *headerkeys[] = { "Accept" }; 135 - http->collectHeaders(headerkeys, 1); 134 + http->collectHeaders(F("Accept")); 136 135 137 136 http->on("/", HTTP_GET, []() { 138 137 http_send_result(200, false, R"END(