Skip to content

LITTLEFS vs LittleFS #5103

Closed
Closed
@Martin-Laclaustra

Description

@Martin-Laclaustra

Hardware:

Core Installation version: 2.0.0 alpha
IDE name: Arduino IDE
Computer OS: Linux mint

Description:

LITTLEFS has been included for the new release.
This is just a comment with respect to current implementation:
ESP8266 Arduino core, which adopted it months ago (I know it is an independent project), decided to use camelcase:

#include <LittleFS.h>
LittleFS.openDir(dirname); //Objectname

Here, everything is all-caps:

#include <LITTLEFS.h>
LITTLEFS.openDir(dirname); //Objectname

Would it not be advisable to adopt ESP8266 decision to ease cross-porting of projects between both chips?
Best regards

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions