Merge pull request #491 from funnydog/fixes
Fix the SPIFFS POSIX API (#489)
This commit is contained in:
commit
3214c13fbc
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ void esp_spiffs_init(uint32_t addr, uint32_t size)
|
|||
config.hal_write_f = esp_spiffs_write;
|
||||
config.hal_erase_f = esp_spiffs_erase;
|
||||
|
||||
config.fh_ix_offset = 3;
|
||||
config.fh_ix_offset = SPIFFS_FILEHDL_OFFSET;
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue