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: page/page.h
- Revision:
- 31:b5ca802195a7
- Parent:
- 30:6a08abbe6301
- Child:
- 46:1822fdbe6c0c
--- a/page/page.h Thu Jan 17 13:07:53 2019 +0000 +++ b/page/page.h Fri Jan 18 11:48:07 2019 +0000 @@ -31,4 +31,4 @@ extern void PageAddCheckInput (char* action, char* label, char* name, char* button); extern void PageAddAjaxToggle (float labelwidth, char* label, char* id, char* request); -extern void PageAddAjaxHex (float labelwidth, char* label, float inputwidth, char* id, char* request); +extern void PageAddAjaxInput (float labelwidth, char* label, float inputwidth, char* id, char* request);