Skip to content

Commit

Permalink
4000 -> 4092
Browse files Browse the repository at this point in the history
  • Loading branch information
acvigue committed Jul 26, 2023
1 parent 0f58a38 commit 0644ce0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/RdFileManager/FileManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ void FileManager::setup(ConfigBase& config, const char* pConfigPath) {
.sclk_io_num = sdCLKPin,
.quadwp_io_num = -1,
.quadhd_io_num = -1,
.max_transfer_sz = 4000,
};
ret = spi_bus_initialize(SPI3_HOST, &bus_cfg, SDSPI_DEFAULT_DMA);
if (ret != ESP_OK) {
Expand Down

0 comments on commit 0644ce0

Please sign in to comment.