fix(partition): Fix partition load redefined error

The bugfix is for incoming SPIFFS.
This commit is contained in:
dongheng
2019-03-18 10:57:23 +08:00
parent 5aae07e8f8
commit 16d4e1008b

View File

@ -200,7 +200,7 @@ static esp_err_t load_partitions()
are always encrypted */
item->info.encrypted = true;
}
else
#else
item->info.encrypted = false;
#endif