mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 06:32:19 +03:00
Новый браузер /edit. Основное: легче, папки, вид
This commit is contained in:
@@ -4,12 +4,17 @@
|
||||
#ifdef STANDARD_WEB_SERVER
|
||||
extern void standWebServerInit();
|
||||
extern bool handleFileRead(String path);
|
||||
extern String getContentType(String filename);
|
||||
//extern String getContentType(String filename);
|
||||
//#ifdef REST_FILE_OPERATIONS
|
||||
extern void handleFileUpload();
|
||||
extern void handleFileDelete();
|
||||
extern void handleFileCreate();
|
||||
extern void handleFileList();
|
||||
void printDirectory(File dir, String& out);
|
||||
//void printDirectory(File dir, String& out);
|
||||
extern void handleStatus();
|
||||
extern void handleGetEdit();
|
||||
extern void replyOK ();
|
||||
extern void handleNotFound ();
|
||||
|
||||
//#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user