Extension which serves the files which are available on the SD card We return the full file content - so use this class only for small files! More...
#include <ExtensionSD.h>
Public Member Functions | |
ExtensionSD (const char *path="/*", int cspin=-1) | |
virtual void | open (HttpServer *server) |
Protected Member Functions | |
void | setupSD () |
![]() | |
virtual void | doLoop () |
Protected Attributes | |
bool | is_open = false |
const char * | path |
int | sd_cs |
Extension which serves the files which are available on the SD card We return the full file content - so use this class only for small files!