code optimize

Signed-off-by: Peter Siegmund <mars3142@users.noreply.github.com>
This commit is contained in:
2025-06-13 17:18:39 +02:00
parent 7e1d6b1691
commit 50898b94f4
2 changed files with 9 additions and 7 deletions

View File

@@ -14,7 +14,7 @@ static char s_current_filename[256] = {0}; // Buffer to store the current filena
esp_err_t storage_init(void)
{
ESP_LOGI(TAG, "Initializing SPIFFS");
ESP_LOGI(TAG, "Initializing Storage");
esp_vfs_spiffs_conf_t conf = {
.base_path = "/storage", // Path where the filesystem will be mounted