arduino-esp32/libraries/LittleFS
Neale Petrillo 08f26cc71a
Added dont_mount option to conf initialization (#6953)
With recent compiler update, the following warning is generated: 

packages/esp32/hardware/esp32/2.0.4/libraries/LittleFS/src/LittleFS.cpp:85:5: warning: missing initializer for member 'esp_vfs_littlefs_conf_t::dont_mount' [-Wmissing-field-initializers]

This commit adds the missing identifier.

Co-authored-by: Jan Procházka <90197375+P-R-O-C-H-Y@users.noreply.github.com>
2022-07-15 14:50:02 +02:00
..
examples Update littlefsbuilder.py (#6774) 2022-05-27 12:37:39 +03:00
src Added dont_mount option to conf initialization (#6953) 2022-07-15 14:50:02 +02:00
library.properties Rename LITTLEFS to LittleFS to match ESP8266 (#5396) 2021-07-16 15:46:38 +03:00