Skip to content

ESP8266 keeps using ESP32 to mklittlefs when both libraries are present. #108

@mfactory-osaka

Description

@mfactory-osaka

If both esp8266 and esp32 folders are present under /Arduino15/packages the upload keeps using the esp32 library when building LittleFS filesystem which causes errors in the FS:
Command Line: /Users/xxxxxx/Library/Arduino15/packages/esp32/tools/mklittlefs/4.0.2-db0513a/mklittlefs -c

When the esp32 folder is removed everything works as intended:
Command Line: /Users/xxxxxx/Library/Arduino15/packages/esp8266/tools/mklittlefs/3.1.0-gcc10.3-e5f9fec/mklittlefs -c

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions