From 35217d99247d3273b18bb97b2d4817aa6cad0d78 Mon Sep 17 00:00:00 2001 From: James Date: Sun, 25 Nov 2018 11:20:15 +1100 Subject: [PATCH] WebSocket Just Needs Background Code --- Arduino/BTCDieselHeater/Index.h | 143 ++++++++++++++++++++++++++++++++ 1 file changed, 143 insertions(+) create mode 100644 Arduino/BTCDieselHeater/Index.h diff --git a/Arduino/BTCDieselHeater/Index.h b/Arduino/BTCDieselHeater/Index.h new file mode 100644 index 0000000..8940dc5 --- /dev/null +++ b/Arduino/BTCDieselHeater/Index.h @@ -0,0 +1,143 @@ +const char MAIN_PAGE[] PROGMEM = R"=====( + + + + + + + +Chinese Diesel Heater Web Controller Interface + + + +

Chinese Diesel Heater Web Control

+
OFF ON +
+ +
+

Temperature Control

+
+ +
+Desired Temp: + +
+
+Current Temp: + + + + + + + + +)====="; \ No newline at end of file