Search found 1 match

by Irfrew
Thu Mar 15, 2018 5:18 pm
Forum: ESP32 Arduino
Topic: How to change FAT sector size to 512B instead if 4096B
Replies: 0
Views: 2413

How to change FAT sector size to 512B instead if 4096B

I am trying to free up space in the partition file by reducing the amount of storage for my fat partition that is used by the wear leveling library. Currently the minimum amount is 528KB because it uses a sector size of 4096. The IDF documentation says that the sector size can be reduced to 512B and...