diff --git a/components/partition_table/gen_esp32part.py b/components/partition_table/gen_esp32part.py index 049120488..56bfe29fb 100755 --- a/components/partition_table/gen_esp32part.py +++ b/components/partition_table/gen_esp32part.py @@ -144,7 +144,7 @@ class PartitionDefinition(object): # dictionary maps flag name (as used in CSV flags list, property name) # to bit set in flags words in binary format FLAGS = { - "encrypted" : 1 + "encrypted" : 0 } # add subtypes for the 16 OTA slot values ("ota_XXX, etc.")