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
{{ message }}
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.
Mismatching parameters on call to LITTLEFSImpl::open in LITTLEFS.cpp causes failure to build
Steps to Reproduce
Create empty project/folder
Create main with empty setup and loop and basic
Use PIO Home to search for and add ESPAsync_WiFiManager
Build
Have tested with a code samples and empty main with basic includes.
Tested with different filesystems defined in platformio.ini
Tested with different filesystems defined main
Expected behavior
To build
Actual behavior
Build error:
.pio/libdeps/esp32dev/LittleFS_esp32/src/LITTLEFS.cpp:44:28: error: no matching function for call to 'LITTLEFSImpl::open(const char*&, const char [2])'
crashmatt
changed the title
Build Error - no matching function for call to 'LITTLEFSImpl::open
Platformio Build Error - no matching function for call to 'LITTLEFSImpl::open
Jun 9, 2022
Describe the bug
Mismatching parameters on call to LITTLEFSImpl::open in LITTLEFS.cpp causes failure to build
Steps to Reproduce
Create empty project/folder
Create main with empty setup and loop and basic
Use PIO Home to search for and add ESPAsync_WiFiManager
Build
Have tested with a code samples and empty main with basic includes.
Tested with different filesystems defined in platformio.ini
Tested with different filesystems defined main
Expected behavior
To build
Actual behavior
Build error:
Debug and AT-command log (if applicable)
Not building
Screenshots
Information
Building on VSCode Ubuntu20.04
The text was updated successfully, but these errors were encountered: