Looking at https://github.com/michael-betz/fast_se ... me-ov-file - and trying to figure out how to enable the FATFS_USE_FASTSEEK in platformio/vscode - using platform = espressif32@6.1.0 and framework=arduino
In pltformio.ini I have
Code: Select all
build_flags =
-D CORE_DEBUG_LEVEL=5
-D CONFIG_ARDUHAL_LOG_COLORS=1
-D CONFIG_FATFS_USE_FASTSEEK=y
-D CONFIG_FATFS_FAST_SEEK_BUFFER_SIZE=256
How do I enable the fastseek function - so I also can see better performance on the output of the test code - which currently reports dt of approx 14300 us ...
Regards
Brian