ESPAsyncWebServer/examples/ESP32_AsyncFSBrowser
Charles 1d275900eb Prevent Buffer Overflow and Added FlashStringHelper for text and binary (#26)
* Prevent buffer overflow on received data

* pass to 7 char to avoid save to flash by SDK

* return _contentLength, avoid array reparse to know len

* Added FlashStringHelper for text and binary

* Added FlashStringHelper also to AsyncWebSocketClient

* Added PROGMEM doc

* Corrected binary was sending PSTR as text, addded len

* Server calls client method and code as asked @me-no-dev

* server calls client method and code as asked by @me-no-dev

* Changed Code presentation
2016-05-12 15:17:35 +03:00
..
data Add AsyncWebSocket plugin 2016-04-23 15:11:32 +03:00
.esp8266.skip better way of filtering platform 2016-02-01 19:27:12 +02:00
ESP32_AsyncFSBrowser.ino Prevent Buffer Overflow and Added FlashStringHelper for text and binary (#26) 2016-05-12 15:17:35 +03:00