unfinished wemo

This commit is contained in:
openshwprojects
2023-01-23 16:35:24 +01:00
parent 03cb05c04f
commit c28f3fd4bf
13 changed files with 240 additions and 24 deletions

View File

@ -7,6 +7,7 @@ extern const char httpMimeTypeHTML[]; // HTML MIME type
extern const char httpMimeTypeText[]; // TEXT MIME type
extern const char httpMimeTypeJson[];
extern const char httpMimeTypeBinary[];
extern const char httpMimeTypeXML[];
extern const char htmlShortcutIcon[];
extern const char htmlDoctype[];