Closed
Description
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
Labels
No labels