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:
- 109:3e82f62c7e1f
- Parent:
- 108:91bfb40e7487
--- a/web-base.h Sun Apr 28 09:56:42 2019 +0000 +++ b/web-base.h Mon Apr 29 14:45:30 2019 +0000 @@ -69,11 +69,3 @@ extern char* WebFirmwareFileName; extern bool WebFirmwarePost (int contentLength, int contentStart, int size, char* pRequestStream, uint32_t positionInRequestStream); extern void WebFirmwareAjax (void); - -extern int WebInit(void); - -#define DO_NOTHING 0 -#define DO_NOT_FOUND 1 -#define DO_NOT_MODIFIED 2 -#define DO_SERVER 3 -#define DO_DERIVED 100 \ No newline at end of file