Update Wires and Tetris time

This commit is contained in:
2024-12-28 17:18:02 -06:00
parent 06dbb8155e
commit a4cf115bd6
3 changed files with 83 additions and 27 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ void init_sd() {
// If format_if_mount_failed is set to true, SD card will be partitioned and
// formatted in case when mounting fails.
esp_vfs_fat_sdmmc_mount_config_t mount_config = {
.format_if_mount_failed = false,
.format_if_mount_failed = true,
.max_files = 5,
.allocation_unit_size = 16 * 1024,
.disk_status_check_enable = false,