mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-21 10:26:06 +03:00
Fixes #2567 Allow the web server to send plain C strings instead of requring they be encapsulated inside a String class object. Saves memory vs. having to convert C strings to Strings (i.e. duplication of data), overloads on the efficient sendContent_P(char*) methods.