From 62ac728783f74d2963ca2873765f71b497b68dd3 Mon Sep 17 00:00:00 2001 From: Debashish Sahu Date: Tue, 6 Nov 2018 11:12:34 -0500 Subject: [PATCH] add a symbolic link to index.htm and index2.html with the respective submodule --- .gitmodules | 6 + Arduino/McLighting/data/McLightingUI | 1 + Arduino/McLighting/data/index.htm | 557 ++++++++++++++++++++++----- Arduino/McLighting/data/index2.htm | 90 +++++ clients/web/McLightingUI | 1 + 5 files changed, 561 insertions(+), 94 deletions(-) create mode 100644 .gitmodules create mode 160000 Arduino/McLighting/data/McLightingUI create mode 100644 Arduino/McLighting/data/index2.htm create mode 160000 clients/web/McLightingUI diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..e7648570 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "Arduino/McLighting/data/McLightingUI"] + path = Arduino/McLighting/data/McLightingUI + url = https://github.com/toblum/McLightingUI +[submodule "clients/web/McLightingUI"] + path = clients/web/McLightingUI + url = https://github.com/toblum/McLightingUI diff --git a/Arduino/McLighting/data/McLightingUI b/Arduino/McLighting/data/McLightingUI new file mode 160000 index 00000000..20933f32 --- /dev/null +++ b/Arduino/McLighting/data/McLightingUI @@ -0,0 +1 @@ +Subproject commit 20933f32b3bb38fd1262baf113e793b26527c30a diff --git a/Arduino/McLighting/data/index.htm b/Arduino/McLighting/data/index.htm index 6aa58cc3..365cbbda 100644 --- a/Arduino/McLighting/data/index.htm +++ b/Arduino/McLighting/data/index.htm @@ -1,97 +1,466 @@ - - - - ESP Monitor - - - - -
- - - - -
-
-
-
- + + + + + + + + + + + McLighting v2 + + + + + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Error on websocket connect.
+
+
+
+
+ +
+
+
+
+
+ +
+
+
+
+
pick a color
+
+
+
+
+
Auto:
+ +
+
+
+
+
+ +
+
+
+
+
+
+
+

+
+
+
+

+
+
+
+

+
+
+ +
+
+
+

+
+
+ +
+
+
+

+
+
+
+
+ +
+ + + + +
+
+ Loading animations... +
+
+
+
+
+ + + + + + + + + + \ No newline at end of file diff --git a/Arduino/McLighting/data/index2.htm b/Arduino/McLighting/data/index2.htm new file mode 100644 index 00000000..a0668e21 --- /dev/null +++ b/Arduino/McLighting/data/index2.htm @@ -0,0 +1,90 @@ +McLighting UI
\ No newline at end of file diff --git a/clients/web/McLightingUI b/clients/web/McLightingUI new file mode 160000 index 00000000..20933f32 --- /dev/null +++ b/clients/web/McLightingUI @@ -0,0 +1 @@ +Subproject commit 20933f32b3bb38fd1262baf113e793b26527c30a