diff --git a/src/app/app.scss b/src/app/app.scss index ef26831..e3e67f0 100644 --- a/src/app/app.scss +++ b/src/app/app.scss @@ -57,4 +57,5 @@ code { color:#c7254e; background-color: #f9f2f4; border-radius: 4px; -} \ No newline at end of file +} + diff --git a/src/assets/imgs/ota_modus.gif b/src/assets/imgs/ota_modus.gif new file mode 100644 index 0000000..81e9b54 Binary files /dev/null and b/src/assets/imgs/ota_modus.gif differ diff --git a/src/assets/imgs/wifiselection.gif b/src/assets/imgs/wifiselection.gif new file mode 100644 index 0000000..0c70bac Binary files /dev/null and b/src/assets/imgs/wifiselection.gif differ diff --git a/src/pages/configuration/configuration.html b/src/pages/configuration/configuration.html index e026fee..04b374b 100644 --- a/src/pages/configuration/configuration.html +++ b/src/pages/configuration/configuration.html @@ -23,7 +23,7 @@ {{'Password'|translate}} - + diff --git a/src/pages/error/error.html b/src/pages/error/error.html index e962de3..a8c1a90 100644 --- a/src/pages/error/error.html +++ b/src/pages/error/error.html @@ -1,9 +1,3 @@ - diff --git a/src/pages/ota-wizard/ota-wizard.html b/src/pages/ota-wizard/ota-wizard.html index c0e6ede..0ece58a 100644 --- a/src/pages/ota-wizard/ota-wizard.html +++ b/src/pages/ota-wizard/ota-wizard.html @@ -42,16 +42,17 @@

OTAWIZ.OTAMODE.TITLE

+

-

OTAWIZ.OTAMODE.STEPS

+ +
+ +
-
- - + + +

OTAWIZ.WIFI.MANUAL.TITLE

+ + +

OTAWIZ.WIFI.MANUAL.TEXT

+
+ + + +
- @@ -178,4 +186,4 @@ - + \ No newline at end of file diff --git a/src/pages/ota-wizard/ota-wizard.scss b/src/pages/ota-wizard/ota-wizard.scss index 2b24f85..2670d4c 100644 --- a/src/pages/ota-wizard/ota-wizard.scss +++ b/src/pages/ota-wizard/ota-wizard.scss @@ -5,6 +5,11 @@ page-ota-wizard { background: map-get($colors, primary); } + .tutorial_gif { + border-radius: 25px; + box-shadow: 10px 10px 8px #888888; + } + ion-slide { h4 { margin-bottom: 40px;