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.
Dependents: oldheating gps motorhome heating
Diff: web-base.h
- Revision:
- 105:43ef124233cd
- Parent:
- 103:91194cc19bbb
- Child:
- 106:7cff473be687
diff -r 91194cc19bbb -r 43ef124233cd web-base.h --- a/web-base.h Sat Apr 27 09:25:28 2019 +0000 +++ b/web-base.h Sun Apr 28 08:37:44 2019 +0000 @@ -70,16 +70,7 @@ extern bool WebFirmwarePost (int contentLength, int contentStart, int size, char* pRequestStream, uint32_t positionInRequestStream); extern void WebFirmwareAjax (void); -#ifdef INCLUDE_1_WIRE -extern void WebOneWireHtml (void ); -extern void WebOneWireQuery (char* pQuery); -extern void WebOneWireAjax (void ); -extern void WebOneWireScript (void ); -extern const char* WebOneWireScriptDate ; -extern const char* WebOneWireScriptTime ; -#endif - -extern int WebServerInit(void); +extern int WebInit(void); #define DO_NOTHING 0 #define DO_NOT_FOUND 1