PicoLowLevel
Loading...
Searching...
No Matches
html.h
Go to the documentation of this file.
1
#ifndef html_h
2
#define html_h
3
4
inline
const
char
* serverIndex
PROGMEM
=
"<form method='POST' action='/update' enctype='multipart/form-data'>"
5
"<input type='file' name='update'>"
6
"<input type='submit' value='Update'>"
7
"</form>"
8
"<form method='POST' action='/config' enctype='multipart/form-data'>"
9
"<input type='file' name='config' accept=\".json\">"
10
"<input type='submit' value='Set config'>"
11
"</form>"
;
12
13
#endif
PROGMEM
const char *serverIndex PROGMEM
Definition
html.h:4
lib
WebManagement
src
html.h
Generated by
1.9.8