You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in FTPFilesystem.h
#ifdef ESP_IDF_VERSION && ESP_IDF_VERSION_VAL
line 57 needs to be replaced by
#if defined ESP_IDF_VERSION && defined ESP_IDF_VERSION_VAL
otherwise it wont compile
The text was updated successfully, but these errors were encountered:
in FTPFilesystem.h
#ifdef ESP_IDF_VERSION && ESP_IDF_VERSION_VAL
line 57 needs to be replaced by
#if defined ESP_IDF_VERSION && defined ESP_IDF_VERSION_VAL
otherwise it wont compile
The text was updated successfully, but these errors were encountered: