diff --git a/tasmota/berry/modules/Partition_Manager.tapp b/tasmota/berry/modules/Partition_Manager.tapp index 013bd556e..282490659 100644 Binary files a/tasmota/berry/modules/Partition_Manager.tapp and b/tasmota/berry/modules/Partition_Manager.tapp differ diff --git a/tasmota/berry/modules/Partition_Manager/autoexec.be b/tasmota/berry/modules/Partition_Manager/autoexec.be index 87af9edd9..e934b0715 100644 --- a/tasmota/berry/modules/Partition_Manager/autoexec.be +++ b/tasmota/berry/modules/Partition_Manager/autoexec.be @@ -1,2 +1,3 @@ # start Partition Manager +# rm Partition_Manager.tapp; zip Partition_Manager.tapp -j -0 Partition_Manager/* import partition diff --git a/tasmota/berry/modules/Partition_Manager/partition.bec b/tasmota/berry/modules/Partition_Manager/partition.bec index 5520f9af9..30064881a 100644 Binary files a/tasmota/berry/modules/Partition_Manager/partition.bec and b/tasmota/berry/modules/Partition_Manager/partition.bec differ diff --git a/tasmota/berry/modules/partition.be b/tasmota/berry/modules/partition.be index 99381e4cd..e039f3723 100644 --- a/tasmota/berry/modules/partition.be +++ b/tasmota/berry/modules/partition.be @@ -488,7 +488,7 @@ class Partition import flash #- we expect the SPIFFS partition to be the last one -# var spiffs = self.slots[-1] - if !spiffs.is_spiffs() raise 'value_error', 'No SPIFFS partition found' end + if !spiffs.is_spiffs() raise 'value_error', 'No FS partition found' end var b = bytes("00") #- flash memory: we can turn bits from '1' to '0' -# flash.write(spiffs.start , b) #- block #0 -# @@ -522,7 +522,7 @@ class Partition_manager_UI import string #- define `bdis` style for gray disabled buttons -# webserver.content_send("