diff --git a/tasmota/berry/modules/Partition_Wizard.tapp b/tasmota/berry/modules/Partition_Wizard.tapp index f98760d4f..0b78e8f9d 100644 Binary files a/tasmota/berry/modules/Partition_Wizard.tapp and b/tasmota/berry/modules/Partition_Wizard.tapp differ diff --git a/tasmota/berry/modules/Partition_Wizard/autoexec.be b/tasmota/berry/modules/Partition_Wizard/autoexec.be index 968e1a502..da230371a 100644 --- a/tasmota/berry/modules/Partition_Wizard/autoexec.be +++ b/tasmota/berry/modules/Partition_Wizard/autoexec.be @@ -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 diff --git a/tasmota/berry/modules/Partition_Wizard/partition_wizard.bec b/tasmota/berry/modules/Partition_Wizard/partition_wizard.bec index 843fe128c..33aa383a1 100644 Binary files a/tasmota/berry/modules/Partition_Wizard/partition_wizard.bec and b/tasmota/berry/modules/Partition_Wizard/partition_wizard.bec differ diff --git a/tasmota/berry/modules/partition_wizard.be b/tasmota/berry/modules/partition_wizard.be index 445a7a345..e5845fc32 100644 --- a/tasmota/berry/modules/partition_wizard.be +++ b/tasmota/berry/modules/partition_wizard.be @@ -480,7 +480,7 @@ class Partition_wizard_UI webserver.content_send("
 Migrate to safeboot partition layout 

") webserver.content_send("

The `safeboot` layout allows for increased size
of firmware or file-system.

") - webserver.content_send("

Please see Safeboot layout documentation

") + webserver.content_send("

Please see Safeboot layout documentation

") webserver.content_send("

 

") webserver.content_send(string.format("

Step 1: %s

", 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("

This device uses the safeboot layout

") + webserver.content_send("

This device uses the Safeboot layout

") end webserver.content_send("

")