Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: IniManager mbed HTTPClient SWUpdate mbed-rtos Watchdog X10 SW_HTTPServer SW_String EthernetInterface TimeInterface SSDP
Diff: WebPages.h
- Revision:
- 8:a45fe77efcc5
- Parent:
- 7:16129d213e6a
--- a/WebPages.h Wed Feb 27 18:24:32 2019 +0000 +++ b/WebPages.h Sat Mar 02 23:13:58 2019 +0000 @@ -17,4 +17,6 @@ HTTPServer::CallBackResults SoftwarePage(HTTPServer *svr, HTTPServer::CallBackType type, char * path, const HTTPServer::namevalue *queryParams, int queryParamCount); +HTTPServer::CallBackResults RebootPage(HTTPServer *svr, HTTPServer::CallBackType type, char * path, + const HTTPServer::namevalue *queryParams, int queryParamCount); #endif // WEBPAGES_H