PicoLowLevel
Loading...
Searching...
No Matches
html.h
Go to the documentation of this file.
1#ifndef html_h
2#define html_h
3
4inline 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
const char *serverIndex PROGMEM
Definition html.h:4