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: net 1-wire lpc1768 crypto clock web fram log
web-derived/radiator/web-radiator-script.c
- Committer:
- andrewboyson
- Date:
- 2019-05-01
- Revision:
- 52:76254a967391
- Parent:
- 51:c7c6ce0d57ad
File content as of revision 52:76254a967391:
#include "http.h" //Use http://tomeko.net/online_tools/cpp_text_escape.php to convert from text to c-multiline //Use http://tomeko.net/online_tools/cpp_text_unescape.php to convert from c-multiline to text static const char* script = #include "../../web/core/web-ajax-class.inc" #include "../../1-wire/web/web-1wire-class.inc" #include "web-radiator-script.inc" ; const char* WebRadiatorScriptDate = __DATE__; const char* WebRadiatorScriptTime = __TIME__; void WebRadiatorScript() { HttpOk("application/javascript; charset=UTF-8", "max-age=3600", WebRadiatorScriptDate, WebRadiatorScriptTime); HttpAddText(script); }