mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-14 03:16:01 +08:00
Add functions to manage large files
That allow page bigger than 2500 octets to be displayed by splitting automaticaly Add table tags for easy management
This commit is contained in:
parent
364e37f5ba
commit
a1b7cbc84e
BIN
2C-SDK-Espressif_IoT_SDK_Programming_Guide_v0.9.5.pdf
Normal file
BIN
2C-SDK-Espressif_IoT_SDK_Programming_Guide_v0.9.5.pdf
Normal file
Binary file not shown.
@ -30,9 +30,12 @@ class WEBINTERFACE_CLASS
|
||||
public:
|
||||
WEBINTERFACE_CLASS (int port = 82);
|
||||
ESP8266WebServer WebServer;
|
||||
void flushbuffer();
|
||||
void add4send(const char * data2send, bool bimmediatsend = false);
|
||||
void urldecode(char *dst, const char *src);
|
||||
private:
|
||||
|
||||
String buffer2send;
|
||||
bool bsendingstarted;
|
||||
};
|
||||
|
||||
extern WEBINTERFACE_CLASS web_interface;
|
||||
|
Loading…
x
Reference in New Issue
Block a user