From 06f1562874ad605c2db85f9d02badbb987918330 Mon Sep 17 00:00:00 2001 From: Stephan Hadinger Date: Fri, 17 Jun 2022 22:19:54 +0200 Subject: [PATCH] Berry add documentation link to Partition_Wizard --- tasmota/berry/modules/Partition_Wizard.tapp | Bin 16175 -> 16295 bytes .../modules/Partition_Wizard/autoexec.be | 2 +- .../Partition_Wizard/partition_wizard.bec | Bin 15732 -> 15852 bytes tasmota/berry/modules/partition_wizard.be | 4 ++-- 4 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tasmota/berry/modules/Partition_Wizard.tapp b/tasmota/berry/modules/Partition_Wizard.tapp index f98760d4f0ca96332dc7a63395eea7115ef709b6..0b78e8f9da7abbbc16e3517044c923e4f6ac050a 100644 GIT binary patch delta 325 zcmZ2qx4hmoz?+$civa{uHeC#ve)!zNbRZjqxfx^_5=%?+Q!7%F^^#IULpT|j_dHya zwD;kfiKg<5;S)m@fJB*t$f1oFL$*&kRrAJ{fdPa?fEp(!3JLQjgY|SjSd#?A8(%5& zGZsze6Oi&vRLCewO|w44ZRgX`~NzBVuw}VO9=qGMA72wihESv0LC1F9Xftw?&lvp@m0Wi7A hP7CDI$?NT8cu_nz`G%byGte)SIqenLp4ovy4FHelbrS#p delta 227 zcmZ2pzrM~iz?+$civa}6f>(#^pD^=KI*<**+zc`diKQj^sTHZodP%9FA)E}%^~Kdm z4aLoqXgn5&}dVa^$B?0lqSIYd1 zMw9sjql7gH3^5NJeI{LP}~`W^$@RX>n??LPn??LP 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("

")