Skip to content

Failing to save content with the Elements.io sample #579

Answered by Hieromon
eduardoarantes asked this question in Q&A
Discussion options

You must be logged in to vote

Your specified board_build.filesystem=littlefs and filesystem identifiers for AutoConnect, and PageBuilder are different by build_flags = -DAC_USE_SPIFFS -DPB_USE_SPIFFS. It tells AutoConnect and PageBuilder to use SPIFFS.

The correct file system identifier for NodeMCUV2 with LittleFS is as follows:

build_flags = -DAC_USE_LITTLEFS -DPB_USE_LITTLEFS

See: https://hieromon.github.io/AutoConnect/filesystem.html

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@Hieromon
Comment options

@eduardoarantes
Comment options

@Hieromon
Comment options

@eduardoarantes
Comment options

@eduardoarantes
Comment options

Answer selected by Hieromon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants