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-radiator-script.c
00001 #include "http.h" 00002 00003 //Use http://tomeko.net/online_tools/cpp_text_escape.php to convert from text to c-multiline 00004 //Use http://tomeko.net/online_tools/cpp_text_unescape.php to convert from c-multiline to text 00005 00006 static const char* script = 00007 #include "../../web/common/web-ajax-class.inc" 00008 #include "../../1-wire/web/web-1wire-class.inc" 00009 #include "web-radiator-script.inc" 00010 ; 00011 const char* WebRadiatorScriptDate = __DATE__; 00012 const char* WebRadiatorScriptTime = __TIME__; 00013 00014 void WebRadiatorScript() 00015 { 00016 HttpOk("application/javascript; charset=UTF-8", "max-age=3600", WebRadiatorScriptDate, WebRadiatorScriptTime); 00017 HttpAddText(script); 00018 }
Generated on Tue Jul 12 2022 18:50:15 by
