diff --git a/embedded8266/user.cfg b/embedded8266/user.cfg index 0e7da77..090cc06 100644 --- a/embedded8266/user.cfg +++ b/embedded8266/user.cfg @@ -18,5 +18,8 @@ OPTS += -DICACHE_FLASH #OPTS += -DDEBUG #OPTS += -DFREQ=12500 +PAGE_TITLE = ColorChord Control Panel PAGE_SCRIPT = +PAGE_HEADING = ColorChord: Embedded +PAGE_INFO = diff --git a/embedded8266/web/page/index.html b/embedded8266/web/page/index.html index bb4a64b..36d547d 100644 --- a/embedded8266/web/page/index.html +++ b/embedded8266/web/page/index.html @@ -1,7 +1,7 @@ -ColorChord Control Panel +{{PAGE_TITLE}} @@ -20,7 +20,7 @@ input[type="range"]:before {left:0em; content: attr(min);}input[type="range"]:af -

ColorChord: Embedded

+

{{PAGE_HEADING}}


@@ -85,7 +85,7 @@ input[type="range"]:before {left:0em; content: attr(min);}input[type="range"]:af

Copyright (C) 2015-2016 <>< Charles Lohr, See LICENSE file for more info.

{{VERSSTR}}

-

github-logo{{PROJECT_NAME}}

+

github-logo{{PROJECT_NAME}}

...