1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-27 18:02:17 +03:00

Merge pull request #753 from martinayotte/esp8266

add ESP8266WebServer::sendContent_P and ESP8266WebServer::send_P with contentLength
This commit is contained in:
Ivan Grokhotkov
2015-09-18 09:54:04 +03:00
4 changed files with 49 additions and 19 deletions

View File

@ -280,6 +280,8 @@ uint32_t EspClass::getFlashChipSizeByChipId(void) {
return (2_MB);
case 0x1440EF: // W25Q80
return (1_MB);
case 0x1340EF: // W25Q40
return (512_kB);
default:
return 0;