Merge pull request #15818 from s-hadinger/pw_doc

Berry add documentation link to Partition_Wizard
This commit is contained in:
s-hadinger 2022-06-17 22:20:47 +02:00 committed by GitHub
commit 112a064682
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 3 deletions

View File

@ -1,2 +1,2 @@
# rm Partition_wizard.tapp; zip -j -0 Partition_wizard.tapp Partition_Wizard/*
# rm Partition_Wizard.tapp; zip -j -0 Partition_Wizard.tapp Partition_Wizard/*
import partition_wizard

View File

@ -480,7 +480,7 @@ class Partition_wizard_UI
webserver.content_send("<fieldset><legend><b>&nbsp;Migrate to safeboot partition layout&nbsp;</b></legend><p></p>")
webserver.content_send("<p>The `safeboot` layout allows for increased size<br>of firmware or file-system.</p>")
webserver.content_send("<p>Please see <a href=''>Safeboot layout documentation</a></p>")
webserver.content_send("<p>Please see <a href='https://tasmota.github.io/docs/Safeboot/' target='_blank'>Safeboot layout documentation</a></p>")
webserver.content_send("<p>&nbsp;</p>")
webserver.content_send(string.format("<p>Step 1: %s</p>", self.display_step_state(self.test_step_1(p), "boot on `app1`")))
@ -558,7 +558,7 @@ class Partition_wizard_UI
# display if layout is factory
if self.has_factory_layout(p)
webserver.content_send("<p>This device uses the <b>safeboot</b> layout</p>")
webserver.content_send("<p>This device uses the <a href='https://tasmota.github.io/docs/Safeboot/' target='_blank'>Safeboot</a> layout</p>")
end
webserver.content_send("</fieldset><p></p>")