diff --git a/wled00/html_other.h b/wled00/html_other.h index 79d43a8f..b929db4d 100644 --- a/wled00/html_other.h +++ b/wled00/html_other.h @@ -20,30 +20,14 @@ const char PAGE_msg[] PROGMEM = R"=====( const char PAGE_update[] PROGMEM = R"=====( WLED Update %CSS%.bt{background:var(--bCol);color:var(--tCol);font-family:var(--cFn),sans-serif;border:.3ch solid var(--bCol);display:inline-block;filter:drop-shadow(-5px -5px 5px var(--sCol));font-size:20px;margin:8px;margin-top:12px}input[type=file]{font-size:16px}body{font-family:var(--cFn),sans-serif;text-align:center;background:var(--cCol);color:var(--tCol);line-height:200%%} -

WLED Software Update

Installed version: 0.8.4
Download the latest binary:

)====="; +

WLED Software Update

Installed version: 0.8.5
Download the latest binary:

)====="; //new user welcome page #ifndef WLED_DISABLE_MOBILE_UI -const char PAGE_welcome[] PROGMEM = R"=====( -WLED Welcome! -%CSS%body{font-family:var(--cFn),sans-serif;text-align:center;background:linear-gradient(var(--bCol),black);margin:0;background-attachment: fixed;color: var(--tCol);}svg {fill: var(--dCol);} - - - - - - -

- -

Welcome to WLED!

-

Thank you for installing my application!

-Take a quick look at the wiki!
-If you encounter a bug or have a question/feature suggestion, feel free to open a GitHub issue!

-Next steps:

-Connect the module to your local WiFi here!

-Just trying this out in AP mode? Here are the controls.
-)====="; +const char PAGE_welcome[] PROGMEM = R"=====(WLED Setup +

+

Welcome to WLED!

Thank you for installing my application!

If you encounter a bug or have a question/feature suggestion, feel free to open a GitHub issue!

Next steps:

Connect the module to your local WiFi here!

Just trying this out in AP mode?
)====="; #else const char PAGE_welcome[] PROGMEM = ""; #endif