Manages the 1-wire bus
Dependents: oldheating heating
Diff: web/web-1wire-script.c
- Revision:
- 4:822208cb5a13
- Parent:
- 2:79cad6a51fd0
- Child:
- 6:e50c61e80f01
--- a/web/web-1wire-script.c Mon Apr 29 14:46:28 2019 +0000 +++ b/web/web-1wire-script.c Wed May 01 07:16:03 2019 +0000 @@ -1,12 +1,10 @@ #include "http.h" -#include "web-derived.h" -#include "web-base.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-base/base/web-ajax-class.inc" +#include "../../web/core/web-ajax-class.inc" #include "web-1wire-class.inc" #include "web-1wire-script.inc" ;